abac0-leakabac0-meitvf-new-xml
Last change
on this file since 6d3fc40 was
ec550f7,
checked in by Mei <mei@…>, 11 years ago
|
1) reworked how API doc is generated
2) tweak top level Makefile.am
3) loading issuer principal as side-effect of loading
an attribute credentials
4) add examples of GENI specific attribute credentials
and principal certificates into the regression testing
5) rename examples to tests
|
-
Property mode set to
100755
|
File size:
213 bytes
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | |
---|
3 | # keyid.ck |
---|
4 | |
---|
5 | q=`diff -q keyid.out keyid.save 2>/dev/null |grep -c differ` |
---|
6 | result=`diff keyid.out keyid.save 2>/dev/null |wc -l` |
---|
7 | |
---|
8 | if [ $q -eq 1 -a $result -eq 4 ]; then |
---|
9 | return 0 |
---|
10 | else |
---|
11 | return 1 |
---|
12 | fi |
---|
13 | |
---|
Note: See
TracBrowser
for help on using the repository browser.