]> The Tcpdump Group git mirrors - tcpdump/blobdiff - tests/TESTrun.sh
Default to first interface from pcap_findalldevs()
[tcpdump] / tests / TESTrun.sh
index 3bf2fbe4ffd28c4e861b4086c5bfd34bf132a2dc..4cd04408ddd6ee83493b0a0a95a38e432cfaf9ea 100755 (executable)
@@ -31,8 +31,9 @@ runSimpleTests()
       \#*) continue;;
       '') continue;;
     esac
+    rm -f core
     [ "$only" != "" -a "$name" != "$only" ] && continue
-    if perl ./TESTonce $name $input $output "$options"
+    if ./TESTonce $name $input $output "$options"
     then
       passed=`expr $passed + 1`
       echo $passed >.passed