[xmlsec] typo in tests/testEnc.sh - xmlsec0.0.10

Martin Waite martin@datacash.com
25 Nov 2002 11:25:22 +0000


Hi,

Some of the encryption checks were failing because they
were looking in the wrong place for the key file.

I'm not sure if this was my fault for not running configure
properly, but I've included the diffs below just in case.

regards,
Martin


--- testEnc.sh	Mon Nov 25 11:02:09 2002
+++ testEnc.sh-old	Mon Nov 25 11:13:24 2002
@@ -7,7 +7,7 @@
 tmpfile=/tmp/testEnc.$timestamp-$$.tmp
 logfile=/tmp/testEnc.$timestamp-$$.log
 script="$0"
-keysfile=$topfolder/keys/keys.xml
+keysfile=$topfolder/keys.xml
 
 if [ -n "$DEBUG_MEMORY" ] ; then 
     export VALGRIND="valgrind --leak-check=yes --show-reachable=yes --num-callers=16 -v"