Lines Matching refs:test_glob

33 function test_glob
73 alias test_glob='test_glob $LINENO'
111 test_glob '<a> <abc> <abd> <abe> <X*>' a* X*
112 test_glob '<a> <abc> <abd> <abe>' \a*
118 test_glob '<a> <abc> <abd> <abe>' a* X*
129 test_glob '' tmp/l[12] tmp/*4 tmp/*3
130 test_glob '' tmp/l[12] tmp/*4 tmp/*3
136 test_glob '<bdir/>' b*/
137 test_glob '<*>' \*
138 test_glob '<a*>' 'a*'
139 test_glob '<a*>' a\*
140 test_glob '<c> <ca> <cb> <a*> <*q*>' c* a\* *q*
141 test_glob '<**>' "*"*
142 test_glob '<**>' \**
143 test_glob '<\.\./*/>' "\.\./*/"
144 test_glob '<s/\..*//>' 's/\..*//'
145 test_glob '</^root:/{s/^[!:]*:[!:]*:\([!:]*\).*$/\1/>' "/^root:/{s/^[!:]*:[!:]*:\([!:]*\).*"'$'"/\1/"
146 test_glob '<abc> <abd> <abe> <bb> <cb>' [a-c]b*
147 test_glob ++Beware '<abd> <abe> <bb> <bcd> <bdir> <ca> <cb> <dd> <de>' [a-y]*[!c]
148 test_glob '<abd> <abe>' a*[!c]
152 test_glob '<a-b> <aXb>' a[X-]b
156 test_glob --Beware '<Beware> <d> <dd> <de>' [!a-c]*
162 test_glob '<a*b/ooo>' a\*b/*
163 test_glob '<a*b/ooo>' a\*?/*
166 test_glob '<abc>' a[b]c
167 test_glob '<abc>' a["b"]c
168 test_glob '<abc>' a[\b]c
169 test_glob '<abc>' a?c
185 test_glob '<man/man1/sh.1>' */man*/sh.*
186 test_glob '<man/man1/sh.1>' $(echo */man*/sh.*)
187 test_glob '<man/man1/sh.1>' "$(echo */man*/sh.*)"
237 test_glob ++Beware '<b> <bb> <bcd> <bdir>' b*
238 test_glob '<Beware> <b> <bb> <bcd> <bdir>' [bB]*
244 test_glob '<Beware> <b> <bb> <bcd> <bdir>' b*
245 test_glob '<Beware> <b> <bb> <bcd> <bdir>' [b]*
246 test_glob '<Beware> <b> <bb> <bcd> <bdir>' [bB]*
255 test_glob '<*>' *
264 test_glob '<*>' *
270 test_glob '<*>' *
273 test_glob '<a-b> <aXb> <abd> <bb> <bcd> <bdir> <ca> <cb> <dd> <man>' *
276 test_glob '<Beware> <abc> <abe> <bdir> <ca> <de> <man>' *
279 test_glob '<man/man1/sh.1>' */man*/sh.*
282 test_glob '<bb> <ca> <cb> <dd> <de>' ??
283 test_glob '<man/man1/sh.1>' */man*/sh.*
290 test_glob '<>' *
293 test_glob '<>' *
296 test_glob '<>' *
297 test_glob '<man/man1/sh.1>' */man*/sh.*
300 test_glob '<man/man1/sh.1>' */man*/sh.*