From bfe076748b21af1465e18737ab71f8e2c799128a Mon Sep 17 00:00:00 2001 From: Andrea Fioraldi Date: Sun, 15 Mar 2020 21:42:04 +0100 Subject: fix test failure with qemu compcov --- test/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/test.sh b/test/test.sh index 4724e828..6dcf3e67 100755 --- a/test/test.sh +++ b/test/test.sh @@ -706,7 +706,7 @@ test -e ../afl-qemu-trace && { unset AFL_PRELOAD unset AFL_COMPCOV_LEVEL } >>errors 2>&1 - test -n "$( ls out/queue/id:000002* 2> /dev/null )" && { + test -n "$( ls out/queue/id:000001* 2> /dev/null )" && { $ECHO "$GREEN[+] afl-fuzz is working correctly with qemu_mode compcov" } || { echo CUT------------------------------------------------------------------CUT -- cgit 1.4.1