mei_rt2mei_rt2_fix_1
Last change
on this file since 2485307 was
ba6027a,
checked in by Mei <mei@…>, 12 years ago
|
1) modified code all around to add support for encrypted private key for
ID credential
2) add new abac_key_t structure (abac_key.c)
3) add new keycheck option to creddy
4) add 2 new test suites
|
-
Property mode set to
100755
|
File size:
302 bytes
|
Rev | Line | |
---|
[ba6027a] | 1 | #!/bin/sh |
---|
| 2 | |
---|
| 3 | ./creddy_test_auto 1> auto.tmp 2>& 1 |
---|
| 4 | |
---|
| 5 | result=`diff auto.tmp auto.save 2>/dev/null` |
---|
| 6 | if [ $? -eq 0 ]; then |
---|
| 7 | if [ "$result" = "" ]; then |
---|
| 8 | echo " PASSED" |
---|
| 9 | else |
---|
| 10 | echo " ERROR:creddy test result differs!!!" |
---|
| 11 | fi |
---|
| 12 | else |
---|
| 13 | echo " ERROR:creddy test result differs!!!" |
---|
| 14 | fi |
---|
| 15 | |
---|
Note: See
TracBrowser
for help on using the repository browser.