summaryrefslogtreecommitdiff
path: root/tests/test-mq-symlinks.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-mq-symlinks.t')
-rw-r--r--tests/test-mq-symlinks.t12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/test-mq-symlinks.t b/tests/test-mq-symlinks.t
index ffbc790..fd3db67 100644
--- a/tests/test-mq-symlinks.t
+++ b/tests/test-mq-symlinks.t
@@ -11,7 +11,7 @@
$ echo ccc > c
$ hg add a b c
$ hg qrefresh
- $ "$TESTDIR/readlink.py" a
+ $ $TESTDIR/readlink.py a
a -> a not a symlink
@@ -21,7 +21,7 @@ test replacing a file with a symlink
$ rm a
$ ln -s b a
$ hg qrefresh --git
- $ "$TESTDIR/readlink.py" a
+ $ $TESTDIR/readlink.py a
a -> b
$ hg qpop
@@ -30,7 +30,7 @@ test replacing a file with a symlink
$ hg qpush
applying symlink.patch
now at: symlink.patch
- $ "$TESTDIR/readlink.py" a
+ $ $TESTDIR/readlink.py a
a -> b
@@ -39,7 +39,7 @@ test updating a symlink
$ rm a
$ ln -s c a
$ hg qnew --git -f updatelink
- $ "$TESTDIR/readlink.py" a
+ $ $TESTDIR/readlink.py a
a -> c
$ hg qpop
popping updatelink
@@ -49,7 +49,7 @@ test updating a symlink
patching file a
a
now at: updatelink
- $ "$TESTDIR/readlink.py" a
+ $ $TESTDIR/readlink.py a
a -> c
$ hg st
@@ -104,5 +104,5 @@ replace broken symlink with another broken symlink
$ hg qpush
applying movelink
now at: movelink
- $ "$TESTDIR/readlink.py" linkb
+ $ $TESTDIR/readlink.py linkb
linkb -> linkb