diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-03-14 00:53:12 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-03-17 14:41:09 +0300 |
commit | ff5c508e1678e2e8a02544cd71c5560bb59f313c (patch) | |
tree | 7f5eef2d586e6841df52a05738889f8e7e35ba05 /tests/bash/testscript | |
parent | bab021a6203127f38fb89c61cc41deb3e0abbe62 (diff) |
Adapt testscripts to ln builtin target path completion fix
Diffstat (limited to 'tests/bash/testscript')
-rw-r--r-- | tests/bash/testscript | 2 |
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. |