diff options
-rw-r--r-- | tests/name/pattern.testscript | 2 |
1 files changed, 1 insertions, 1 deletions
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 |