aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-11-04 11:48:03 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-11-04 11:48:03 +0200
commit63fb9ab4e861e5110c3652e74270f76fb858c37a (patch)
tree5c4d7a1ee993770ffcd69074e58e070ae3bb11fe
parent10e634e64b5fffaf19778d8fd3aa854118aa0d53 (diff)
Fix test
-rw-r--r--tests/function/path/testscript2
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'
}
}