aboutsummaryrefslogtreecommitdiff
path: root/tests/bash
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-03-14 00:53:12 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-03-17 14:41:09 +0300
commitff5c508e1678e2e8a02544cd71c5560bb59f313c (patch)
tree7f5eef2d586e6841df52a05738889f8e7e35ba05 /tests/bash
parentbab021a6203127f38fb89c61cc41deb3e0abbe62 (diff)
Adapt testscripts to ln builtin target path completion fix
Diffstat (limited to 'tests/bash')
-rw-r--r--tests/bash/testscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bash/testscript b/tests/bash/testscript
index 09bd989..1e5665c 100644
--- a/tests/bash/testscript
+++ b/tests/bash/testscript
@@ -182,7 +182,7 @@ if ($test.target == $build.host && $build.host.class != 'windows')
# Test execution via symlink.
#
mkdir bin;
- ln -s tmp/bin/driver bin/driver;
+ ln -s ../tmp/bin/driver bin/driver;
bin/driver >'sub';
# Test execution via PATH.