From bf67c830cef225f4521777eecef5ad50a9238ba0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 2 Dec 2021 12:35:26 +0200 Subject: Fix path function test failure on Windows --- tests/function/path/testscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/function/path/testscript b/tests/function/path/testscript index 142c866..6219f3c 100644 --- a/tests/function/path/testscript +++ b/tests/function/path/testscript @@ -104,7 +104,7 @@ if! $posix : relative : { - $* <'print $relative([path] a/b/c, [dir_path] a/x/y)' >"../../b/c" : basics + $* <'print $relative([path] a/b/c, [dir_path] a/x/y)' >"..$s..$(s)b/c" : basics } : extension -- cgit v1.1