about summary refs log tree commit diff
path: root/test/test-basic.sh
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-11-05 22:58:55 +0100
committerhexcoder- <heiko@hexco.de>2020-11-05 22:58:55 +0100
commit665802673d669634fa1142fc9f99f759bebbf664 (patch)
tree4356e9435384580f19dd5a39524bbbd65e65a4fc /test/test-basic.sh
parentf8bbbf31ec6b307407f3c67e745f772bb2fcc557 (diff)
downloadafl++-665802673d669634fa1142fc9f99f759bebbf664.tar.gz
typo fixed
Diffstat (limited to 'test/test-basic.sh')
-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 0d16ebd1..d63f01cf 100755
--- a/test/test-basic.sh
+++ b/test/test-basic.sh
@@ -118,7 +118,7 @@ test "$SYS" = "i686" -o "$SYS" = "x86_64" -o "$SYS" = "amd64" -o "$SYS" = "i86pc
   INCOMPLETE=1
  }
 } || {
- $ECHO "$GREY[[*] not an intel platform, skipped tests of afl-gcc"
+ $ECHO "$GREY[*] not an intel platform, skipped tests of afl-gcc"
  #this is not incomplete as this feature doesnt exist, so all good
  AFL_TEST_COUNT=$((AFL_TEST_COUNT-1))
 }