aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar Beni Cherniavsky-Paskin <cben@redhat.com>2016-06-02 00:00:19 +0300
committerGravatar Kurtis Rader <krader@skepticism.us>2016-06-02 19:51:19 -0700
commit63a851cfd6f6be2ecfaf695495ed788b8115fb9d (patch)
tree46803b28892361d1d3c5a474b6a2ef451bfe4004 /tests
parent24d6f6d06637e1045a819329e5505eb2e43fb1bc (diff)
mention nullglob exceptions in failglob error msg
Diffstat (limited to 'tests')
-rw-r--r--tests/test5.err2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test5.err b/tests/test5.err
index 7dba999c..58849bd1 100644
--- a/tests/test5.err
+++ b/tests/test5.err
@@ -1,3 +1,3 @@
-No matches for wildcard '*ee*'.
+No matches for wildcard '*ee*'. (Tip: empty matches are allowed in 'set', 'count', 'for'.)
fish: case *ee*
^