hush testsuite: add glob_dir.tests
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
8e2c9cc2fc
commit
ae4bd34e6b
@ -4,7 +4,7 @@ v='*brace1.t*'; echo $v
|
||||
# ...but not brace expanded:
|
||||
v='*{b,b}race1.t*'; echo $v
|
||||
|
||||
# whereas direct brces are expanded:
|
||||
# whereas direct braces are expanded:
|
||||
echo *{b,b}race1.t*
|
||||
|
||||
echo Done: $?
|
||||
|
19
shell/hush_test/hush-glob/glob_dir.right
Normal file
19
shell/hush_test/hush-glob/glob_dir.right
Normal file
@ -0,0 +1,19 @@
|
||||
dirtest/z.tmp
|
||||
dirtest/z.tmp
|
||||
dirtest/z.tmp
|
||||
dirtest/z.tmp
|
||||
dirtest/z.tmp
|
||||
dirtest/z.tmp
|
||||
dirtest/z.tmp
|
||||
dirtest/z.tmp
|
||||
dirtest/z.tmp
|
||||
|
||||
*/z.tmp
|
||||
*/z.*
|
||||
*/?.*
|
||||
*/z*p
|
||||
d*r*e*t/z*p
|
||||
*\/z.tmp
|
||||
*/z.*
|
||||
*/z*p
|
||||
d*r*e*t/z*p
|
25
shell/hush_test/hush-glob/glob_dir.tests
Executable file
25
shell/hush_test/hush-glob/glob_dir.tests
Executable file
@ -0,0 +1,25 @@
|
||||
mkdir dirtest
|
||||
>dirtest/z.tmp
|
||||
|
||||
echo */z.tmp
|
||||
echo */z.*
|
||||
echo */?.*
|
||||
echo */z*p
|
||||
echo d*r*e*t/z*p
|
||||
echo *"/z.t"mp
|
||||
echo */z"."*
|
||||
echo *"/z"*"p"
|
||||
echo "d"*r*e*t"/"z*p
|
||||
echo
|
||||
echo \*/z.tmp
|
||||
echo "*"/z.*
|
||||
echo */"?".*
|
||||
echo */z"*p"
|
||||
echo d*r*e\*t/z*p
|
||||
echo *"\\/z.t"mp
|
||||
echo */z".*"
|
||||
echo *"/z"\*"p"
|
||||
echo "d*"r*e*t"/"z*p
|
||||
|
||||
rm dirtest/z.tmp
|
||||
rmdir dirtest
|
Loading…
Reference in New Issue
Block a user