tests/test-hardlinks.t
changeset 39707 5abc47d4ca6b
parent 39489 f1186c292d03
child 40332 e0dea186ab6e
--- a/tests/test-hardlinks.t	Tue Sep 18 22:40:03 2018 -0400
+++ b/tests/test-hardlinks.t	Tue Sep 18 23:47:21 2018 -0400
@@ -11,7 +11,7 @@
 
   $ nlinksdir()
   > {
-  >     find "$@" -type f | $PYTHON $TESTTMP/nlinks.py
+  >     find "$@" -type f | "$PYTHON" $TESTTMP/nlinks.py
   > }
 
 Some implementations of cp can't create hardlinks (replaces 'cp -al' on Linux):
@@ -25,7 +25,7 @@
 
   $ linkcp()
   > {
-  >     $PYTHON $TESTTMP/linkcp.py $1 $2
+  >     "$PYTHON" $TESTTMP/linkcp.py $1 $2
   > }
 
 Prepare repo r1: