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:
Robin Sommer 2012-11-07 20:47:34 -08:00
parent e92ea67959
commit dae9c946b6
2 changed files with 159115 additions and 159115 deletions

View file

@ -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