about summary refs log tree commit diff
path: root/test
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2020-04-10 14:34:24 +0200
committerDominik Maier <domenukk@gmail.com>2020-04-10 14:34:24 +0200
commite51b4700e2cddea8d46375e1cf7c5937aa253972 (patch)
treeaa62f65fe0203ae3f427ef1758c8eb85f76a2a5c /test
parent0b9f7c4c895c9db6195deee3e48aa21e6bb7f5ab (diff)
parentac2f0c9896f507ddbd92cdcfbcc9615b6cf12b36 (diff)
downloadafl++-e51b4700e2cddea8d46375e1cf7c5937aa253972.tar.gz
Merge branch 'dev' of github.com:aflplusplus/aflplusplus into dev
Diffstat (limited to 'test')
-rwxr-xr-xtest/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.sh b/test/test.sh
index c673337e..bc89ff43 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -185,7 +185,7 @@ test "$SYS" = "i686" -o "$SYS" = "x86_64" -o "$SYS" = "amd64" -o "$SYS" = "i86pc
     esac
     rm -f in2/in*
     export AFL_QUIET=1
-    if type bash >/dev/null ; then {
+    if command -v bash >/dev/null ; then {
       AFL_PATH=`pwd`/.. ../afl-cmin.bash -m ${MEM_LIMIT} -i in -o in2 -- ./test-instr.plain >/dev/null
       CNT=`ls in2/* 2>/dev/null | wc -l`
       case "$CNT" in