mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Fix a test that was failing on some platforms
Fixed by sorting the .stderr file, since the ordering of lines was not consistent on all platforms.
This commit is contained in:
parent
05915571db
commit
ca51dfc9c7
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
# @TEST-EXEC: sleep 2; mv does-not-exist.dat does-not-exist-again.dat; echo "Streaming still works" >> does-not-exist-again.dat
|
||||
# @TEST-EXEC: btest-bg-wait -k 3
|
||||
# @TEST-EXEC: btest-diff bro/.stdout
|
||||
# @TEST-EXEC: btest-diff bro/.stderr
|
||||
# @TEST-EXEC: TEST_DIFF_CANONIFIER=$SCRIPTS/diff-sort btest-diff bro/.stderr
|
||||
|
||||
@TEST-START-FILE does-exist.dat
|
||||
#separator \x09
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue