tests/test-fuzz-targets.t
branchstable
changeset 47063 1d075b857c90
parent 46257 b918494198f7
--- a/tests/test-fuzz-targets.t	Fri Apr 30 16:13:02 2021 -0700
+++ b/tests/test-fuzz-targets.t	Sat May 01 00:41:43 2021 -0400
@@ -29,7 +29,7 @@
 Try to find a python3-config that's next to our sys.executable. If
 that doesn't work, fall back to looking for a global python3-config
 and hope that works out for the best.
-  $ PYBIN=`$PYTHON -c 'import sys, os; print(os.path.dirname(sys.executable))'`
+  $ PYBIN=`"$PYTHON" -c 'import sys, os; print(os.path.dirname(sys.executable))'`
   $ if [ -x "$PYBIN/python3-config" ] ; then
   >   PYTHON_CONFIG="$PYBIN/python3-config"
   > else