tests/test-purge.t
changeset 33262 8e6f4939a69a
parent 21853 8127b9e798b1
child 39707 5abc47d4ca6b
--- a/tests/test-purge.t	Wed Jul 05 11:09:55 2017 -0500
+++ b/tests/test-purge.t	Wed Jul 05 11:10:11 2017 -0500
@@ -49,7 +49,7 @@
 
   $ touch untracked_file
   $ touch untracked_file_readonly
-  $ python <<EOF
+  $ $PYTHON <<EOF
   > import os, stat
   > f= 'untracked_file_readonly'
   > os.chmod(f, stat.S_IMODE(os.stat(f).st_mode) & ~stat.S_IWRITE)