Searched refs:test_case (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dglob.sh75 function test_case function
89 alias test_case='test_case $LINENO'
165 test_case '<match>' '!7' '*\!*'
166 test_case '<match>' 'r.*' '*.\*'
171 test_case '<match>' 'abc' 'a"b"c'
172 test_case '<match>' 'abc' 'a*c'
173 test_case '<nomatch>' 'abc' '"a?c"'
174 test_case '<nomatch>' 'abc' 'a\*c'
175 test_case '<nomatc
[all...]

Completed in 97 milliseconds