tests/bifs-and-scripts-install: Remove unused activate.zeek

This commit is contained in:
Arne Welzel 2023-02-24 16:14:05 +01:00
parent a7dc58f496
commit 0ddfe69bed

View file

@ -40,7 +40,3 @@ function hello_plugin_world%(%): string
event plugin_event%(foo: count%);
EOF
cat >activate.zeek <<EOF
@load-plugin Demo::Foo
EOF