Fix test failure due to some platforms joining stderr/stdout differently.

This commit is contained in:
Jon Siwek 2011-10-17 13:53:10 -05:00
parent 556b88e322
commit 24f3eb7fc2
3 changed files with 12 additions and 11 deletions

View file

@ -1,7 +1,8 @@
#
# @TEST-EXEC: bro -b -r %DIR/rotation.trace %INPUT 2>&1 | egrep "test|test2" | sort >out
# @TEST-EXEC: bro -b -r %DIR/rotation.trace %INPUT | egrep "test|test2" | sort >out
# @TEST-EXEC: for i in `ls test*.log | sort`; do printf '> %s\n' $i; cat $i; done | sort | uniq >>out
# @TEST-EXEC: btest-diff out
# @TEST-EXEC: btest-diff .stderr
module Test;