From 3832f997676eb76796900b0b8750381f3f4811bd Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 31 Dec 2024 00:39:29 +0200 Subject: Fix --- tests/name/pattern.testscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/name/pattern.testscript b/tests/name/pattern.testscript index 046645b..efd15b2 100644 --- a/tests/name/pattern.testscript +++ b/tests/name/pattern.testscript @@ -154,7 +154,7 @@ EOI $* <'print {f*/ +{b*/}}' >/'bar/' : include-group mkdir -p foo/bar; - $* <'print foo/{+{b*/}}' >/'foo/bar/' : include-group-first + $* <'print $path.canonicalize(foo/{+{b*/}})' >/'foo/bar/' : include-group-first touch foo.txt fox.txt; $* <'print {*.txt -f*.txt +*x.txt}' >'fox.txt' : include-exclude-order -- cgit v1.1