diff options
Diffstat (limited to 'tests/name/pattern.testscript')
-rw-r--r-- | tests/name/pattern.testscript | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/name/pattern.testscript b/tests/name/pattern.testscript index 1c9d6f5..07ff863 100644 --- a/tests/name/pattern.testscript +++ b/tests/name/pattern.testscript @@ -45,19 +45,19 @@ EOI : simple : $* <'print {*.txt +foo file{bar}}' 2>>EOE != 0 - <stdin>:1:19: error: name pattern inclusion or exclusion expected + <stdin>:1:19: error: expected name pattern inclusion or exclusion EOE : inclusion-exclusion-sign : $* <'print {*.txt -foo bar}' 2>>EOE != 0 - <stdin>:1:19: error: name pattern inclusion or exclusion expected + <stdin>:1:19: error: expected name pattern inclusion or exclusion EOE : inclusion-quoted : $* <'print {*.txt -foo "+bar"}' 2>>EOE != 0 - <stdin>:1:19: error: name pattern inclusion or exclusion expected + <stdin>:1:19: error: expected name pattern inclusion or exclusion EOE : empty-inclusion-exclusion |