diff options
author | van Hauser <vh@thc.org> | 2020-07-30 18:01:18 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-07-30 18:01:18 +0200 |
commit | 486e5365d9e5cb56ffd5b5ade2f81a728de4a175 (patch) | |
tree | eae69f8fa0b6e5fc2f6c8aaa77fd880c3030e90d /test/test.sh | |
parent | 8e809d8593d9230c123aa22c8cd0b695e54d7c68 (diff) | |
download | afl++-486e5365d9e5cb56ffd5b5ade2f81a728de4a175.tar.gz |
fix float splitting if not on a tty
Diffstat (limited to 'test/test.sh')
-rwxr-xr-x | test/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.sh b/test/test.sh index 437a5113..dea9134f 100755 --- a/test/test.sh +++ b/test/test.sh @@ -389,7 +389,7 @@ test -e ../afl-clang-fast -a -e ../split-switches-pass.so && { CODE=1 } rm -f test-compcov.compcov test.out - AFL_LLVM_INSTRUMENT=AFL AFL_LLVM_LAF_SPLIT_FLOATS=1 ../afl-clang-fast -o test-floatingpoint test-floatingpoint.c >errors + AFL_LLVM_INSTRUMENT=AFL AFL_LLVM_LAF_SPLIT_FLOATS=1 ../afl-clang-fast -o test-floatingpoint test-floatingpoint.c >errors 2>&1 test -e test-floatingpoint && { mkdir -p in echo ZZZZ > in/in |