summaryrefslogtreecommitdiff
path: root/tests/typedetect/exec_test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typedetect/exec_test')
-rwxr-xr-xtests/typedetect/exec_test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typedetect/exec_test b/tests/typedetect/exec_test
index 9d5b83c..d8e7b33 100755
--- a/tests/typedetect/exec_test
+++ b/tests/typedetect/exec_test
@@ -8,5 +8,5 @@ TITLE=$1
shift
printf "$ID: $TITLE .. "
-LD_LIBRARY_PATH=../../src:../../src/liblogger:../../src/libcrawler:../../libfetch ./$BINARY $* >$ID.RES 2>&1
+LD_LIBRARY_PATH=../../src:../../src/liblogger:../../src/libcrawler:../../libfetch:../../src/libluaglue:../../src/libutil ./$BINARY $* >$ID.RES 2>&1
diff $ID.MUST $ID.RES > $ID.DIFF && printf "OK\n" || printf "ERROR\n"