Lines Matching refs:test_glob

33 function test_glob
73 alias test_glob='test_glob $LINENO'
112 test_glob '<a> <abc> <abd> <abe> <X*>' a* X*
113 test_glob '<a> <abc> <abd> <abe>' \a*
119 test_glob '<a> <abc> <abd> <abe>' a* X*
130 test_glob '' tmp/l[12] tmp/*4 tmp/*3
131 test_glob '' tmp/l[12] tmp/*4 tmp/*3
137 test_glob '<bdir/>' b*/
138 test_glob '<*>' \*
139 test_glob '<a*>' 'a*'
140 test_glob '<a*>' a\*
141 test_glob '<c> <ca> <cb> <a*> <*q*>' c* a\* *q*
142 test_glob '<**>' "*"*
143 test_glob '<**>' \**
144 test_glob '<\.\./*/>' "\.\./*/"
145 test_glob '<s/\..*//>' 's/\..*//'
146 test_glob '</^root:/{s/^[!:]*:[!:]*:\([!:]*\).*$/\1/>' "/^root:/{s/^[!:]*:[!:]*:\([!:]*\).*"'$'"/\1/"
147 test_glob '<abc> <abd> <abe> <bb> <cb>' [a-c]b*
148 test_glob ++Beware '<abd> <abe> <bb> <bcd> <bdir> <ca> <cb> <dd> <de>' [a-y]*[!c]
149 test_glob '<abd> <abe>' a*[!c]
153 test_glob '<a-b> <aXb>' a[X-]b
157 test_glob --Beware '<Beware> <d> <dd> <de>' [!a-c]*
163 test_glob '<a*b/ooo>' a\*b/*
164 test_glob '<a*b/ooo>' a\*?/*
167 test_glob '<abc>' a[b]c
168 test_glob '<abc>' a["b"]c
169 test_glob '<abc>' a[\b]c
170 test_glob '<abc>' a?c
186 test_glob '<man/man1/sh.1>' */man*/sh.*
187 test_glob '<man/man1/sh.1>' $(echo */man*/sh.*)
188 test_glob '<man/man1/sh.1>' "$(echo */man*/sh.*)"
238 test_glob ++Beware '<b> <bb> <bcd> <bdir>' b*
239 test_glob '<Beware> <b> <bb> <bcd> <bdir>' [bB]*
245 test_glob '<Beware> <b> <bb> <bcd> <bdir>' b*
246 test_glob '<Beware> <b> <bb> <bcd> <bdir>' [b]*
247 test_glob '<Beware> <b> <bb> <bcd> <bdir>' [bB]*
256 test_glob '<*>' *
265 test_glob '<*>' *
271 test_glob '<*>' *
274 test_glob '<a-b> <aXb> <abd> <bb> <bcd> <bdir> <ca> <cb> <dd> <man>' *
277 test_glob '<Beware> <abc> <abe> <bdir> <ca> <de> <man>' *
280 test_glob '<man/man1/sh.1>' */man*/sh.*
283 test_glob '<bb> <ca> <cb> <dd> <de>' ??
284 test_glob '<man/man1/sh.1>' */man*/sh.*
291 test_glob '<>' *
294 test_glob '<>' *
297 test_glob '<>' *
298 test_glob '<man/man1/sh.1>' */man*/sh.*
301 test_glob '<man/man1/sh.1>' */man*/sh.*