18 lines
485 B
Plaintext
18 lines
485 B
Plaintext
# @TEST-REQUIRES: type zeek-config
|
|
|
|
# @TEST-EXEC: bash %INPUT
|
|
# @TEST-EXEC: zkg install rot13
|
|
|
|
# @TEST-EXEC: test -f plugins/packages/rot13/__bro_plugin__ || test -f plugins/packages/rot13/__zeek_plugin__
|
|
# @TEST-EXEC: btest-diff scripts/packages/rot13/__load__.zeek
|
|
|
|
cd packages/rot13
|
|
echo "plugin_dir = build/Demo_Rot13.tgz" >> zkg.meta
|
|
git commit -am 'new stuff'
|
|
|
|
cd ../..
|
|
|
|
echo "$(pwd)/packages/rot13" >> sources/one/bob/zkg.index
|
|
cd sources/one
|
|
git commit -am 'add rot13 package'
|