]> The Tcpdump Group git mirrors - tcpdump/blobdiff - tests/TESTrun.sh
Fix the pointer tests in the non-ndoified TTEST2() macro as well.
[tcpdump] / tests / TESTrun.sh
index d4d695528e02b96464981784bb292a8536d9c7dd..656974dd7c7fb6f878b0b81f35073ff6d18e12ba 100755 (executable)
@@ -13,6 +13,7 @@ do
   if sh ./$i >DIFF/$i.result
   then
       echo $i: passed.
+      rm -f DIFF/$i.result
       passed=$(($passed + 1))
   else
       echo $i: failed.
@@ -34,6 +35,7 @@ do
   if ./TESTonce $name $input $output "$options"
   then
       echo $name: passed.
+      rm -f DIFF/$output.diff
       passed=$(($passed + 1))
       echo $passed >.passed
   else