]> The Tcpdump Group git mirrors - tcpdump/blobdiff - tests/print-flags.sh
Fix some "unsigned int" vs. "size_t" issues (they're not necessarily the
[tcpdump] / tests / print-flags.sh
index d9ea0aef168fa54fc0663617387e992ba7735a3c..c99f78282aeb3d60b07931ef17eecad7f80688dd 100755 (executable)
@@ -3,7 +3,7 @@
 uudecode print-flags.puu
 
 for i in x xx X XX A AA; do
-       if (../tcpdump -$i -s0 -nr print-flags.pcap | diff - print-$i.out)
+       if (../tcpdump -$i -s0 -nr print-flags.pcap | tee print-$i.new | diff - print-$i.out)
        then
                echo print-$i passed.
        else