source: examples/passphrase_tests/creddy/run_test @ 08b8da7

mei_rt2mei_rt2_fix_1
Last change on this file since 08b8da7 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
Line 
1#!/bin/sh
2
3./creddy_test_auto  1> auto.tmp 2>& 1 
4
5result=`diff auto.tmp auto.save 2>/dev/null`
6if [ $? -eq 0 ]; then
7    if [ "$result" = "" ]; then
8       echo "   PASSED"
9    else
10       echo "   ERROR:creddy test result differs!!!"
11    fi
12else
13    echo "   ERROR:creddy test result differs!!!"
14fi
15
Note: See TracBrowser for help on using the repository browser.