diff options
author | Guy Harris <gharris@sonic.net> | 2020-06-13 14:07:40 -0700 |
---|---|---|
committer | Guy Harris <gharris@sonic.net> | 2020-06-13 14:07:53 -0700 |
commit | bf3ea37ea546f41f375858dbec60db4154d67e4c (patch) | |
tree | 0b2b2dfb1e59ada6607958fedb1108be23036330 /tests | |
parent | 22fec8918773705c2f12e7f10886bb8e5034e607 (diff) | |
download | tcpdump-bf3ea37ea546f41f375858dbec60db4154d67e4c.tar.gz |
TESTrun: I missed one use of $printcmd; use showfile() for it.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/TESTrun | 2 |
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; |