about summary refs log tree commit diff
path: root/test
diff options
context:
space:
mode:
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 bf01cb6e..88bde564 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -886,7 +886,7 @@ test -d ../unicorn_mode/unicornafl && {
       EASY_INSTALL_FOUND=0
       for PYTHON in $PYTHONS ; do
 
-        if $PYTHON -c "help('modules');" 2>/dev/null | grep -q easy_install ; then
+        if $PYTHON -c "help('easy_install');" </dev/null | grep -q module ; then
 
             EASY_INSTALL_FOUND=1
             PY=$PYTHON