aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2021-10-08 18:36:07 +0200
committerToni Uhlig <matzeton@googlemail.com>2021-10-27 09:43:24 +0200
commit090f28ad5c5fa7b2ad5287c6b2f602592d8022e5 (patch)
treeb073087d7e0efcaa8b9ab3d1e4af859c8c39fa3b /tests
parentaaa474a37de90c69c720670f3cd4b690f3ceb75b (diff)
Fix endian issues in reader_util.c used by ndpiReader.fix/reader-util-hashval-calculation-endianess
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/do.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/do.sh.in b/tests/do.sh.in
index d04b483b6..0c2f19358 100755
--- a/tests/do.sh.in
+++ b/tests/do.sh.in
@@ -70,7 +70,7 @@ check_results() {
done
fi
if [ $SKIP_PCAP -eq 1 ]; then
- printf "%-32s\tSKIPPED\n" "$f"
+ printf "%-48s\tSKIPPED\n" "$f"
continue
fi