Stabilize a unit test.

This commit is contained in:
Jon Siwek 2018-09-10 18:34:09 -05:00
parent 34d0cf886c
commit 4d7b0387ea
3 changed files with 10 additions and 3 deletions

View file

@ -1,4 +1,11 @@
2.5-992 | 2018-09-10 18:34:09 -0500
* Stabilize a unit test. (Jon Siwek, Corelight)
* Fix potential memory leak in Kerberos scripts
(reported by Maksim Shudrak and fixed by Jon Siwek, Corelight)
2.5-990 | 2018-09-10 14:55:13 -0500
* Fix recursive type checks/casts of broker data into type 'any' (Jon Siwek, Corelight)

View file

@ -1 +1 @@
2.5-990
2.5-992

View file

@ -8,8 +8,8 @@
# @TEST-EXEC: btest-diff recv/test.log
# @TEST-EXEC: btest-diff send/send.out
# @TEST-EXEC: btest-diff send/test.log
# @TEST-EXEC: cat send/test.log | grep -v '#close' >send/test.log.filtered
# @TEST-EXEC: cat recv/test.log | grep -v '#close' >recv/test.log.filtered
# @TEST-EXEC: cat send/test.log | grep -v '#close' | grep -v '#open' >send/test.log.filtered
# @TEST-EXEC: cat recv/test.log | grep -v '#close' | grep -v '#open' >recv/test.log.filtered
# @TEST-EXEC: diff -u send/test.log.filtered recv/test.log.filtered
@TEST-START-FILE common.bro