archrelease: copy trunk to extra-x86_64
[arch-packages.git] / xmlsec / trunk / 0002_remove_test_nssdb.patch
blob86511deefb9e3e794cce1d04116906c3d2f6d0b4
1 diff --git a/tests/testKeys.sh b/tests/testKeys.sh
2 index 8424e8d6d..af3ee8a01 100755
3 --- a/tests/testKeys.sh
4 +++ b/tests/testKeys.sh
5 @@ -22,11 +22,8 @@ echo "--- LTDL_LIBRARY_PATH=$LTDL_LIBRARY_PATH" >> $logfile
6 mkdir -p $crypto_config
7 rm -rf $crypto_config/*
9 -# remove old keys file and copy NSS DB files if needed
10 +# remove old keys file
11 rm -rf $keysfile
12 -if [ "z$crypto" = "znss" ] ; then
13 - cp -f $nssdbfolder/*.db $crypto_config
14 -fi
16 ##########################################################################
17 ##########################################################################
18 diff --git a/tests/testrun.sh b/tests/testrun.sh
19 index ed79e608c..05ed22974 100755
20 --- a/tests/testrun.sh
21 +++ b/tests/testrun.sh
22 @@ -37,7 +37,6 @@ else
23 curlogfile=$TMPFOLDER/$testname.$timestamp-$$.cur.log
24 failedlogfile=$TMPFOLDER/$testname.$timestamp-$$.failed.log
26 -nssdbfolder=$topfolder/nssdb
29 # Valgrind