diff options
author | van Hauser <vh@thc.org> | 2020-10-12 05:02:11 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-10-12 05:02:11 +0200 |
commit | 5427f7ca981a537f14f842a98d5981463efe8c5b (patch) | |
tree | ddbd42777502d8e68ec30082a45415b0fc5b4cdf /test/test-gcc-plugin.sh | |
parent | 15099f7f5a129dd3679df646ed2b50a3196188f1 (diff) | |
download | afl++-5427f7ca981a537f14f842a98d5981463efe8c5b.tar.gz |
fix tests for sync mode
Diffstat (limited to 'test/test-gcc-plugin.sh')
-rwxr-xr-x | test/test-gcc-plugin.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-gcc-plugin.sh b/test/test-gcc-plugin.sh index 8b8cbd8e..b0ff2be0 100755 --- a/test/test-gcc-plugin.sh +++ b/test/test-gcc-plugin.sh @@ -66,7 +66,7 @@ test -e ../afl-gcc-fast -a -e ../afl-compiler-rt.o && { { ../afl-fuzz -V10 -m ${MEM_LIMIT} -i in -o out -- ./test-instr.plain.gccpi >>errors 2>&1 } >>errors 2>&1 - test -n "$( ls out/queue/id:000002* 2>/dev/null )" && { + test -n "$( ls out/default/queue/id:000002* 2>/dev/null )" && { $ECHO "$GREEN[+] afl-fuzz is working correctly with gcc_plugin" } || { echo CUT------------------------------------------------------------------CUT |