Lines Matching refs:testdir

45 testdir=${common_objpfx}posix/globtest-dir
47 rm -rf $testdir $testout
48 mkdir $testdir
51 chmod 777 $testdir/noread
52 rm -fr $testdir $testout
57 echo 1 > $testdir/file1
58 echo 2 > $testdir/file2
59 echo 3 > $testdir/-file3
60 echo 4 > $testdir/~file4
61 echo 5 > $testdir/.file5
62 echo 6 > $testdir/'*file6'
63 echo 7 > $testdir/'{file7,}'
64 echo 8 > $testdir/'\{file8\}'
65 echo 9 > $testdir/'\{file9\,file9b\}'
66 echo 9 > $testdir/'\file9b\' #'
67 echo a > $testdir/'filea,'
68 echo a > $testdir/'fileb}c'
69 mkdir $testdir/dir1
70 mkdir $testdir/dir2
71 test -d $testdir/noread || mkdir $testdir/noread
72 chmod a-r $testdir/noread
73 echo 1_1 > $testdir/dir1/file1_1
74 echo 1_2 > $testdir/dir1/file1_2
75 ln -fs dir1 $testdir/link1
84 ${common_objpfx}posix/globtest "$testdir" "*" |
111 ${common_objpfx}posix/globtest -s "$testdir" "*" |
222 ${common_objpfx}posix/globtest -b "$testdir" "{" |
235 ${common_objpfx}posix/globtest -c "$testdir" "abc" |
261 ${common_objpfx}posix/globtest -g "$testdir" "abc*" |
274 ${common_objpfx}posix/globtest -g "$testdir" "*/does-not-exist" |
287 ${common_objpfx}posix/globtest "$testdir" "*/*" |
303 ${common_objpfx}posix/globtest "$testdir" "*/1" |
316 ${common_objpfx}posix/globtest "$testdir" "*/*1_1" |
330 ${common_objpfx}posix/globtest "$testdir" "*/*?_?" |
345 ${common_objpfx}posix/globtest "$testdir" "*/file1_1" |
358 ${common_objpfx}posix/globtest "$testdir" "*-/*" |
370 ${common_objpfx}posix/globtest "$testdir" "*-" |
383 ${common_objpfx}posix/globtest "$testdir" "*/*?_?" |
399 ${common_objpfx}posix/globtest "$testdir" "*/file1_[12]" |
415 ${common_objpfx}posix/globtest "$testdir" "dir1/file1_[]12]" |
429 ${common_objpfx}posix/globtest -q -t "$testdir" "~" |
444 ${common_objpfx}posix/globtest -q -t "$testdir" "~/" |
464 ${common_objpfx}posix/globtest -q -t "$testdir" "~"$USER |
479 ${common_objpfx}posix/globtest -T "$testdir" "~file4" |
492 ${common_objpfx}posix/globtest "$testdir" "\**" |
534 ${common_objpfx}posix/globtest -b "$testdir" '\{file7\,\}' |
573 ${common_objpfx}posix/globtest -b "$testdir" '{fileb\}c}' |
680 ${common_objpfx}posix/globtest -o "$testdir" "file1" "*/*" |
698 ${common_objpfx}posix/globtest -c "$testdir" "*/blahblah" |
767 HOME="$testdir" \
769 ${common_objpfx}posix/globtest -ct "$testdir" \
774 \`$testdir/dir1/file1_1'
776 \`$testdir/dir3*/file1'