mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Update a few tests due to scripts with new file extension
This commit is contained in:
parent
438fe27ce4
commit
537d9cab97
3 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
mkdir -p scripts/demo/foo/base/
|
mkdir -p scripts/demo/foo/base/
|
||||||
|
|
||||||
cat >scripts/__load__.bro <<EOF
|
cat >scripts/__load__.zeek <<EOF
|
||||||
@load ./demo/foo/base/at-startup.bro
|
@load ./demo/foo/base/at-startup.bro
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
mkdir -p scripts/demo/foo/base/
|
mkdir -p scripts/demo/foo/base/
|
||||||
|
|
||||||
cat >scripts/__load__.bro <<EOF
|
cat >scripts/__load__.zeek <<EOF
|
||||||
@load ./demo/foo/base/at-startup.bro
|
@load ./demo/foo/base/at-startup.bro
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue