aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'
}
}