diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-12-02 12:35:26 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-12-02 12:35:26 +0200 |
commit | bf67c830cef225f4521777eecef5ad50a9238ba0 (patch) | |
tree | d054178e2eb883a61673fa23d1717f70f0c83fb3 /tests | |
parent | be57ba464fae756d5eb44cf4faf192536dec43ec (diff) |
Fix path function test failure on Windows
Diffstat (limited to 'tests')
-rw-r--r-- | tests/function/path/testscript | 2 |
1 files changed, 1 insertions, 1 deletions
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 |