From: Guy Harris Date: Sat, 31 Aug 2019 22:38:29 +0000 (-0700) Subject: ${testsdir} was just misplaced; put it in the proper place. X-Git-Tag: tcpdump-4.99-bp~670 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/50c1904960bec90e234100a7c1b081d771c48e9b ${testsdir} was just misplaced; put it in the proper place. --- diff --git a/tests/crypto.sh b/tests/crypto.sh index 75317559..00b60ef3 100755 --- a/tests/crypto.sh +++ b/tests/crypto.sh @@ -86,7 +86,7 @@ then echo $failed >.failed exitcode=1 fi - if ${testsdir}/TESTonce isakmp4 ${testsdir}/isakmp4500.pcap ${testsdir}/isakmp4.out "-E \"file esp-secrets.txt\"" + if ${testsdir}/TESTonce isakmp4 ${testsdir}/isakmp4500.pcap ${testsdir}/isakmp4.out "-E \"file ${testsdir}/esp-secrets.txt\"" then passed=`expr $passed + 1` echo $passed >.passed