mei_rt2mei_rt2_fix_1
Last change
on this file since ba6027a 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:
418 bytes
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | |
---|
3 | echo '---running (perl) id script' |
---|
4 | make run 1>/dev/null 2>& 1 |
---|
5 | result=`grep OKAY id.log 2>/dev/null` |
---|
6 | if [ "$result" = "" ]; then |
---|
7 | echo " ERROR" |
---|
8 | else |
---|
9 | echo " PASSED" |
---|
10 | fi |
---|
11 | |
---|
12 | echo '---running (perl) id script, expected failure' |
---|
13 | make bad 1>/dev/null 2>& 1 |
---|
14 | result=`grep "Id creation from filename failed" id2.log 2>/dev/null` |
---|
15 | if [ "$result" = "" ]; then |
---|
16 | echo " ERROR" |
---|
17 | else |
---|
18 | echo " PASSED" |
---|
19 | fi |
---|
Note: See
TracBrowser
for help on using the repository browser.