]> The Tcpdump Group git mirrors - tcpdump/blobdiff - tests/TESTrun.sh
document SIGUSR1 in manual page
[tcpdump] / tests / TESTrun.sh
index 924e5f5e53b37b864f36cc015d8988a2d08f1ca6..4cd04408ddd6ee83493b0a0a95a38e432cfaf9ea 100755 (executable)
@@ -31,6 +31,7 @@ runSimpleTests()
       \#*) continue;;
       '') continue;;
     esac
+    rm -f core
     [ "$only" != "" -a "$name" != "$only" ] && continue
     if ./TESTonce $name $input $output "$options"
     then