diff options
Diffstat (limited to 'tests/function/path')
-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 |