Blame SOURCES/0009-Change-n-flag-to-nn-in-TESTonce.patch

a4812e
diff --git a/tests/TESTrun b/tests/TESTrun
a4812e
index b423627..aa3c97d 100755
a4812e
--- a/tests/TESTrun
a4812e
+++ b/tests/TESTrun
a4812e
@@ -102,7 +102,7 @@ sub runtest {
a4812e
     #
a4812e
     # Furthermore, on Windows, fc can't read the standard input, so we
a4812e
     # can't do it as a pipeline in any case.
a4812e
-    $r = system "$TCPDUMP -# -n -r $input $options >tests/NEW/${outputbase} 2>${rawstderrlog}";
a4812e
+    $r = system "$TCPDUMP -# -nn -r $input $options >tests/NEW/${outputbase} 2>${rawstderrlog}";
a4812e
     if($r != 0) {
a4812e
         #
a4812e
         # Something other than "tcpdump opened the file, read it, and