mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
Adjust btests for OpenBSD portability
This commit is contained in:
parent
7965dcd041
commit
0c71715cf4
2 changed files with 26 additions and 2 deletions
|
@ -1,6 +1,29 @@
|
||||||
# @TEST-EXEC: for i in `seq 21`; do echo 0 >> random.seed; done
|
|
||||||
# @TEST-EXEC: test `zeek -b -G random.seed %INPUT` = "pass"
|
# @TEST-EXEC: test `zeek -b -G random.seed %INPUT` = "pass"
|
||||||
|
|
||||||
|
@TEST-START-FILE random.seed
|
||||||
|
0
|
||||||
|
0
|
||||||
|
0
|
||||||
|
0
|
||||||
|
0
|
||||||
|
0
|
||||||
|
0
|
||||||
|
0
|
||||||
|
0
|
||||||
|
0
|
||||||
|
0
|
||||||
|
0
|
||||||
|
0
|
||||||
|
0
|
||||||
|
0
|
||||||
|
0
|
||||||
|
0
|
||||||
|
0
|
||||||
|
0
|
||||||
|
0
|
||||||
|
0
|
||||||
|
@TEST-END-FILE
|
||||||
|
|
||||||
type r: record {
|
type r: record {
|
||||||
b: set[count];
|
b: set[count];
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
#
|
#
|
||||||
# @TEST-EXEC: zeek -b %INPUT
|
# @TEST-EXEC: zeek -b %INPUT
|
||||||
# @TEST-EXEC: gunzip -S .gzip ssh.log.gzip
|
# @TEST-EXEC: mv ssh.log.gzip ssh.log.gz
|
||||||
|
# @TEST-EXEC: gunzip ssh.log.gz
|
||||||
# @TEST-EXEC: btest-diff ssh.log
|
# @TEST-EXEC: btest-diff ssh.log
|
||||||
# @TEST-EXEC: btest-diff ssh-uncompressed.log
|
# @TEST-EXEC: btest-diff ssh-uncompressed.log
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue