about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-03-10 10:59:52 +0100
committervanhauser-thc <vh@thc.org>2023-03-10 10:59:52 +0100
commit4c7c78d92648bd1c5ec1e2d5115d32872a2a5905 (patch)
tree6bdf4086271a3dc462fac108501ab184a4d14bd5
parentaabfe781fd05fe7b0981cc933d10900d92655369 (diff)
downloadafl++-4c7c78d92648bd1c5ec1e2d5115d32872a2a5905.tar.gz
enhance tests for macos
-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 fdd1ed41..067d8a47 100755
--- a/test/test-basic.sh
+++ b/test/test-basic.sh
@@ -256,7 +256,7 @@ test "$SYS" = "i686" -o "$SYS" = "x86_64" -o "$SYS" = "amd64" -o "$SYS" = "i86pc
     unset AFL_QUIET
    }
    rm -f test-instr.plain
-  } && {
+  } || {
   $ECHO "$YELLOW[-] afl-clang executes gcc, cannot test"
   INCOMPLETE=1
   }