mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
Sorting test output for stability.
This commit is contained in:
parent
ea7bc11aa1
commit
a0bb139f22
4 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
signature match, Found XXXX, XXXX
|
||||
signature match, Found ^XXXX, XXXX
|
||||
signature match, Found .*XXXX, XXXX
|
||||
signature match, Found YYYY, YYYY
|
||||
signature match, Found ^YYYY, YYYY
|
||||
signature match, Found .*YYYY, YYYY
|
||||
signature match, Found XXXX, XXXX
|
||||
signature match, Found YYYY, YYYY
|
||||
signature match, Found ^XXXX, XXXX
|
||||
signature match, Found ^YYYY, YYYY
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# @TEST-EXEC: bro -r $TRACES/udp-signature-test.pcap %INPUT >out
|
||||
# @TEST-EXEC: bro -r $TRACES/udp-signature-test.pcap %INPUT | sort >out
|
||||
# @TEST-EXEC: btest-diff out
|
||||
|
||||
@load-sigs test.sig
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue