Rename aux/ to auxil/

Since "aux" is not an allowed file/dir name on Windows.
This commit is contained in:
Jon Siwek 2020-06-04 13:11:55 -07:00
parent ef6bd3ee39
commit 23ad81400b
44 changed files with 86 additions and 86 deletions

View file

@ -1,4 +1,4 @@
# @TEST-EXEC: ${DIST}/aux/zeek-aux/plugin-support/init-plugin -u . Demo Hooks
# @TEST-EXEC: ${DIST}/auxil/zeek-aux/plugin-support/init-plugin -u . Demo Hooks
# @TEST-EXEC: cp -r %DIR/hooks-plugin/* .
# @TEST-EXEC: ./configure --zeek-dist=${DIST} && make
# @TEST-EXEC: ZEEK_PLUGIN_ACTIVATE="Demo::Hooks" ZEEK_PLUGIN_PATH=`pwd` zeek -b -r $TRACES/http/get.trace %INPUT 2>&1 | $SCRIPTS/diff-remove-abspath | sort | uniq >output