diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2024-12-31 00:39:29 +0200 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2024-12-31 00:39:29 +0200 |
commit | 3832f997676eb76796900b0b8750381f3f4811bd (patch) | |
tree | fbf48f0f958fb6bf854c3a26f003e2edd1a2e10e | |
parent | 65521f23bf634d69efb5222fd755f56336bf9a42 (diff) |
Fix
-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 |