mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Fix a unit test relying on a bash-ism
This commit is contained in:
parent
b2560384c4
commit
de640d651f
3 changed files with 6 additions and 2 deletions
4
CHANGES
4
CHANGES
|
@ -1,4 +1,8 @@
|
|||
|
||||
2.6-beta2-68 | 2018-11-02 18:30:01 -0500
|
||||
|
||||
* Fix a unit test relying on a bash-ism (Jon Siwek, Corelight)
|
||||
|
||||
2.6-beta2-67 | 2018-11-02 17:41:46 -0500
|
||||
|
||||
* Add script-layer call stack to internal errors messages that abort (Jon Siwek, Corelight)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.6-beta2-67
|
||||
2.6-beta2-68
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# @TEST-EXEC-FAIL: bro -b %INPUT >output 2>&1
|
||||
# @TEST-EXEC: grep "internal error" output >output2
|
||||
# @TEST-EXEC: for i in {1..5}; do cat output2 | cut -d'|' -f$i >>out; done
|
||||
# @TEST-EXEC: for i in 1 2 3 4 5; do cat output2 | cut -d'|' -f$i >>out; done
|
||||
# @TEST-EXEC: TEST_DIFF_CANONIFIER=$SCRIPTS/diff-remove-abspath btest-diff out
|
||||
|
||||
@load base/utils/queue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue