mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 10:08:20 +00:00

The sdiff command on OpenBSD truncates the output at a different position than sdiff on other platforms. Simple fix is to use diff instead of sdiff.
5 lines
231 B
Text
5 lines
231 B
Text
# @TEST-EXEC: bro -r $TRACES/workshop_2011_browse.trace -w dump
|
|
# @TEST-EXEC: hexdump -C $TRACES/workshop_2011_browse.trace >1
|
|
# @TEST-EXEC: hexdump -C dump >2
|
|
# @TEST-EXEC: diff 1 2 >output || true
|
|
# @TEST-EXEC: btest-diff output
|