tests/test-imports-checker.t
changeset 39707 5abc47d4ca6b
parent 34038 bc2535238de2
child 43954 303576116ac1
--- a/tests/test-imports-checker.t	Tue Sep 18 22:40:03 2018 -0400
+++ b/tests/test-imports-checker.t	Tue Sep 18 23:47:21 2018 -0400
@@ -8,7 +8,7 @@
 it's working correctly.
   $ TERM=dumb
   $ export TERM
-  $ $PYTHON -m doctest $import_checker
+  $ "$PYTHON" -m doctest $import_checker
 
 Run additional tests for the import checker
 
@@ -136,7 +136,7 @@
   > from . import errors
   > EOF
 
-  $ $PYTHON "$import_checker" testpackage*/*.py testpackage/subpackage/*.py \
+  $ "$PYTHON" "$import_checker" testpackage*/*.py testpackage/subpackage/*.py \
   >   email/*.py
   testpackage/importalias.py:2: ui module must be "as" aliased to uimod
   testpackage/importfromalias.py:2: ui from testpackage must be "as" aliased to uimod