From ff5c508e1678e2e8a02544cd71c5560bb59f313c Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 14 Mar 2020 00:53:12 +0300 Subject: Adapt testscripts to ln builtin target path completion fix --- tests/bash/testscript | 2 +- tests/cc/modules/modules.testscript | 4 ++-- tests/test/script/builtin/ln.testscript | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'tests') 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. diff --git a/tests/cc/modules/modules.testscript b/tests/cc/modules/modules.testscript index b603871..a43cc57 100644 --- a/tests/cc/modules/modules.testscript +++ b/tests/cc/modules/modules.testscript @@ -109,7 +109,7 @@ $* test clean <