diff options
author | van Hauser <vh@thc.org> | 2021-02-17 17:43:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-17 17:43:11 +0100 |
commit | 857229654e942000021dce926483586b038082d2 (patch) | |
tree | 1a4d19a2246bbd75d861c6b91e04ca9b2178fa60 /test | |
parent | d999725de217a0adf4f936954c418ad8c8c3da2a (diff) | |
parent | 4c47b242eb976b8518ab8884733d02465f02d90a (diff) | |
download | afl++-857229654e942000021dce926483586b038082d2.tar.gz |
Merge pull request #750 from AFLplusplus/dev
Push to stable
Diffstat (limited to 'test')
-rwxr-xr-x | test/test-unicorn-mode.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-unicorn-mode.sh b/test/test-unicorn-mode.sh index b4c6eb3e..e197e226 100755 --- a/test/test-unicorn-mode.sh +++ b/test/test-unicorn-mode.sh @@ -14,7 +14,7 @@ test -d ../unicorn_mode/unicornafl -a -e ../unicorn_mode/unicornafl/samples/shel EASY_INSTALL_FOUND=0 for PYTHON in $PYTHONS ; do - if $PYTHON -c "help('easy_install');" </dev/null | grep -q module ; then + if $PYTHON -c "import setuptools" ; then EASY_INSTALL_FOUND=1 PY=$PYTHON |