mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38:20 +00:00
Updating test baselines for new dictionary code due to changes in ordering of fields in the dictionary
This commit is contained in:
parent
10e4694f8e
commit
21872aef39
153 changed files with 1958 additions and 1962 deletions
|
@ -1,10 +1,10 @@
|
|||
test2, [exit_code=1, signal_exit=F, stdout=[here's something on stdout, some more stdout, last stdout], stderr=[and some stderr, more stderr, last stderr], files=<uninitialized>]
|
||||
test1, [exit_code=0, signal_exit=F, stdout=[done, exit, stop], stderr=<uninitialized>, files={
|
||||
[out1] = [insert text here, and here],
|
||||
[out2] = [insert more text here, and there]
|
||||
}]
|
||||
test4, [exit_code=0, signal_exit=F, stdout=[hibye], stderr=<uninitialized>, files=<uninitialized>]
|
||||
test5, [exit_code=0, signal_exit=F, stdout=<uninitialized>, stderr=<uninitialized>, files={
|
||||
[out3] = [],
|
||||
[out4] = [test]
|
||||
}]
|
||||
test4, [exit_code=0, signal_exit=F, stdout=[hibye], stderr=<uninitialized>, files=<uninitialized>]
|
||||
test1, [exit_code=0, signal_exit=F, stdout=[done, exit, stop], stderr=<uninitialized>, files={
|
||||
[out2] = [insert more text here, and there],
|
||||
[out1] = [insert text here, and here]
|
||||
}]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue