diff options
author | hexcoder- <heiko@hexco.de> | 2020-12-12 22:56:09 +0100 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-12-12 22:56:09 +0100 |
commit | ce9e127529f3ef43d826d3ec17a5b68b99f205da (patch) | |
tree | 7a776f586668075666b18ff7b863dbf69b86d99b /test/test-basic.sh | |
parent | c5c852dada1b5f6fe929d0c7371b368bc83c2c56 (diff) | |
download | afl++-ce9e127529f3ef43d826d3ec17a5b68b99f205da.tar.gz |
remove debugging sh
Diffstat (limited to 'test/test-basic.sh')
-rwxr-xr-x | test/test-basic.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test-basic.sh b/test/test-basic.sh index c4ccf872..0e7b8858 100755 --- a/test/test-basic.sh +++ b/test/test-basic.sh @@ -196,7 +196,6 @@ test "$SYS" = "i686" -o "$SYS" = "x86_64" -o "$SYS" = "amd64" -o "$SYS" = "i86pc echo 000000000000000000000000 > in/in2 echo 111 > in/in3 mkdir -p in2 -sh ../afl-cmin -m ${MEM_LIMIT} -i in -o in2 -- ./test-instr.plain >/dev/null 2>&1 # why is afl-forkserver writing to stderr? CNT=`ls in2/* 2>/dev/null | wc -l` case "$CNT" in |