diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-11-04 11:48:03 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-11-04 11:48:03 +0200 |
commit | 63fb9ab4e861e5110c3652e74270f76fb858c37a (patch) | |
tree | 5c4d7a1ee993770ffcd69074e58e070ae3bb11fe /tests/function | |
parent | 10e634e64b5fffaf19778d8fd3aa854118aa0d53 (diff) |
Fix test
Diffstat (limited to 'tests/function')
-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 a408ba4..e674497 100644 --- a/tests/function/path/testscript +++ b/tests/function/path/testscript @@ -115,7 +115,7 @@ if! $posix : if $windows { - $* <'print $sort([paths] a C B a)' >'a a B c' + $* <'print $sort([paths] a C B a)' >'a a B C' } } |