mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 00:58:19 +00:00
Another attempt at getting this test portable.
Keeping my fingers crossed ... (and I'm still planing to move this over to the external tests later).
This commit is contained in:
parent
e92ea67959
commit
dae9c946b6
2 changed files with 159115 additions and 159115 deletions
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# @TEST-EXEC: bro -r $TRACES/modbus.trace %INPUT | sort | uniq -c | sed 's/^ */ /g' >output
|
||||
# @TEST-EXEC: bro -r $TRACES/modbus.trace %INPUT | sort | uniq -c | sed 's/^ *//g' >output
|
||||
# @TEST-EXEC: btest-diff output
|
||||
# @TEST-EXEC: cat output | awk '{print $1}' | sort | uniq | wc -l >covered
|
||||
# @TEST-EXEC: cat ${DIST}/src/event.bif | grep "^event modbus_" | wc -l >total
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue