summaryrefslogtreecommitdiff
path: root/tests/test-archive-symlinks.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-archive-symlinks.t')
-rw-r--r--tests/test-archive-symlinks.t8
1 files changed, 3 insertions, 5 deletions
diff --git a/tests/test-archive-symlinks.t b/tests/test-archive-symlinks.t
index a0f15b5..2f3420a 100644
--- a/tests/test-archive-symlinks.t
+++ b/tests/test-archive-symlinks.t
@@ -18,7 +18,7 @@ files
$ cd "$origdir"
$ cd archive
- $ "$TESTDIR/readlink.py" dangling
+ $ $TESTDIR/readlink.py dangling
dangling -> nothing
tar
@@ -26,7 +26,7 @@ tar
$ cd "$origdir"
$ tar xf archive.tar
$ cd tar
- $ "$TESTDIR/readlink.py" dangling
+ $ $TESTDIR/readlink.py dangling
dangling -> nothing
zip
@@ -34,7 +34,5 @@ zip
$ cd "$origdir"
$ unzip archive.zip > /dev/null
$ cd zip
- $ "$TESTDIR/readlink.py" dangling
+ $ $TESTDIR/readlink.py dangling
dangling -> nothing
-
- $ cd ..