diff options
author | Chet Ramey <chet.ramey@case.edu> | 2020-11-17 14:18:49 -0500 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2020-11-17 14:18:49 -0500 |
commit | 37b22abee700eb1b0c5b6926ab32630a429c1183 (patch) | |
tree | 01d22efef9babf0127776b6b3c4387b03dc629ab /tests/glob.right | |
parent | 278db80c368700ed6117fbd390c89a9b44c0240c (diff) | |
download | bash-5.1-testing.tar.gz |
Bash-5.1-rc3 releasebash-5.1-rc3bash-5.1-testing
Diffstat (limited to 'tests/glob.right')
-rw-r--r-- | tests/glob.right | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/glob.right b/tests/glob.right index 8ba1acfe..94966905 100644 --- a/tests/glob.right +++ b/tests/glob.right @@ -119,6 +119,8 @@ searchable/. 6: a\*b a\*b* +é/* +é/* argv[1] = <a> argv[2] = <abc> argv[3] = <abd> @@ -133,7 +135,7 @@ argv[2] = <abc> argv[3] = <abd> argv[4] = <abe> tmp/l1 tmp/l2 tmp/*4 tmp/l3 -./glob.tests: line 64: no match: tmp/*4 +./glob.tests: line 65: no match: tmp/*4 argv[1] = <bdir/> argv[1] = <*> argv[1] = <a*> |