diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.sh b/test/test.sh index 844783ee..d5ba59da 100755 --- a/test/test.sh +++ b/test/test.sh @@ -38,6 +38,7 @@ INCOMPLETE=0 export AFL_EXIT_WHEN_DONE=1 export AFL_SKIP_CPUFREQ=1 export AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES=1 +unset AFL_NO_X86 unset AFL_QUIET unset AFL_DEBUG unset AFL_HARDEN |