aboutsummaryrefslogtreecommitdiff
path: root/tests/bash
diff options
context:
space:
mode:
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.