summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2020-06-13 14:07:40 -0700
committerGuy Harris <gharris@sonic.net>2020-06-13 14:07:53 -0700
commitbf3ea37ea546f41f375858dbec60db4154d67e4c (patch)
tree0b2b2dfb1e59ada6607958fedb1108be23036330 /tests
parent22fec8918773705c2f12e7f10886bb8e5034e607 (diff)
downloadtcpdump-bf3ea37ea546f41f375858dbec60db4154d67e4c.tar.gz
TESTrun: I missed one use of $printcmd; use showfile() for it.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/TESTrun2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/TESTrun b/tests/TESTrun
index bd4c21bb..57d709fd 100755
--- a/tests/TESTrun
+++ b/tests/TESTrun
@@ -394,5 +394,5 @@ print "------------------------------------------------\n";
printf("%4u tests failed\n",$failedcount);
printf("%4u tests passed\n",$passedcount);
-system("${printcmd} ${failureoutput}");
+showfile(${failureoutput});
exit $failedcount;