[xmlsec] typo in tests/testEnc.sh - xmlsec0.0.10
Martin Waite
martin@datacash.com
25 Nov 2002 11:29:48 +0000
On Mon, 2002-11-25 at 11:25, Martin Waite wrote:
> 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.
>
Sorry - I got my diffs back to front:
==
Martin
--- testEnc.sh-old Mon Nov 25 11:13:24 2002
+++ testEnc.sh Mon Nov 25 11:02:09 2002
@@ -7,7 +7,7 @@
tmpfile=/tmp/testEnc.$timestamp-$$.tmp
logfile=/tmp/testEnc.$timestamp-$$.log
script="$0"
-keysfile=$topfolder/keys.xml
+keysfile=$topfolder/keys/keys.xml
if [ -n "$DEBUG_MEMORY" ] ; then
export VALGRIND="valgrind --leak-check=yes --show-reachable=yes
--num-callers=16 -v"