Home
last modified time | relevance | path

Searched refs:test_glob (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dglob.sh33 function test_glob function
136 test_glob '<bdir/>' b*/
137 test_glob '<*>' \*
138 test_glob '<a*>' 'a*'
139 test_glob '<a*>' a\*
141 test_glob '<**>' "*"*
142 test_glob '<**>' \**
166 test_glob '<abc>' a[b]c
167 test_glob '<abc>' a["b"]c
168 test_glob '<abc>' a[\b]c
[all …]