diff tests/test-diff-binary-file.t @ 16351:d6a4cfefafb3

merge with stable
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 03 Apr 2012 21:02:00 +0200
parents 4f795f5fbb0b
children f2719b387380
line wrap: on
line diff
--- a/tests/test-diff-binary-file.t	Tue Apr 03 11:35:04 2012 -0500
+++ b/tests/test-diff-binary-file.t	Tue Apr 03 21:02:00 2012 +0200
@@ -1,6 +1,6 @@
   $ hg init a
   $ cd a
-  $ cp $TESTDIR/binfile.bin .
+  $ cp "$TESTDIR/binfile.bin" .
   $ hg add binfile.bin
   $ hg ci -m 'add binfile.bin'