tests/test-relink.t
branchstable
changeset 16350 4f795f5fbb0b
parent 15447 9910f60a37ee
child 16971 8aeb2f1ae94c
--- a/tests/test-relink.t	Tue Apr 03 16:36:25 2012 +0200
+++ b/tests/test-relink.t	Tue Apr 03 19:06:35 2012 +0200
@@ -25,15 +25,15 @@
   $ hg ci -Am addfile
   adding a
   adding b
-  $ cat $TESTDIR/binfile.bin >> a
-  $ cat $TESTDIR/binfile.bin >> b
+  $ cat "$TESTDIR/binfile.bin" >> a
+  $ cat "$TESTDIR/binfile.bin" >> b
   $ hg ci -Am changefiles
 
 make another commit to create files larger than 1 KB to test
 formatting of final byte count
 
-  $ cat $TESTDIR/binfile.bin >> a
-  $ cat $TESTDIR/binfile.bin >> b
+  $ cat "$TESTDIR/binfile.bin" >> a
+  $ cat "$TESTDIR/binfile.bin" >> b
   $ hg ci -m anotherchange
 
 don't sit forever trying to double-lock the source repo