aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-08-10 09:37:32 +0200
committervan Hauser <vh@thc.org>2020-08-10 09:37:32 +0200
commitc2706467229f31c8177f150be5a96f937cf138d7 (patch)
tree35954c7a3e92537abf02b5ca5868745e396505cc /test
parent8a1cf3f0f923c98e382ab30f1638a6e31e2e5ac8 (diff)
downloadAFLplusplus-c2706467229f31c8177f150be5a96f937cf138d7.tar.gz
fix wrong incomplete
Diffstat (limited to 'test')
-rwxr-xr-xtest/test-basic.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-basic.sh b/test/test-basic.sh
index 5ce5630b..9e4b03c3 100755
--- a/test/test-basic.sh
+++ b/test/test-basic.sh
@@ -120,7 +120,7 @@ test "$SYS" = "i686" -o "$SYS" = "x86_64" -o "$SYS" = "amd64" -o "$SYS" = "i86pc
}
} || {
$ECHO "$YELLOW[-] not an intel platform, cannot test afl-gcc"
- INCOMPLETE=1
+ #this is not incomplete as this feature doesnt exist, so all good
}
. ./test-post.sh