]> The Tcpdump Group git mirrors - tcpdump/commitdiff
${testsdir} was just misplaced; put it in the proper place.
authorGuy Harris <[email protected]>
Sat, 31 Aug 2019 22:38:29 +0000 (15:38 -0700)
committerGuy Harris <[email protected]>
Sat, 31 Aug 2019 22:38:29 +0000 (15:38 -0700)
tests/crypto.sh

index 7531755917032e1a965a3e5c60c82630e2a49f93..00b60ef368b3b0e2a2e8afdb4d3c3c5fc0bfb569 100755 (executable)
@@ -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