From 324b44872c4f292594889305886eea0d77208479 Mon Sep 17 00:00:00 2001 From: hexcoder- Date: Thu, 14 May 2020 21:13:36 +0200 Subject: unicornafl: python/module check with faster method --- test/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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');"