Lines Matching refs:testing
3 [ -f testing.sh ] && . testing.sh
23 testing "-type l -a -type d -o -type p" \
25 testing "-type l -type d -o -type p" "find dir -type l -type d -o -type p" \
27 testing "-type l -o -type d -a -type p" \
29 testing "-type l -o -type d -type p" "find dir -type l -o -type d -type p" \
31 testing "-type l ( -type d -o -type l )" \
33 testing "extra parentheses" \
36 testing "( -type p -o -type d ) -type p" \
38 testing "-type l -o -type d -type p -o -type f" \
44 testing "-type f -a -print" \
46 testing "-print -o -print" \
55 testing "-type f -user -exec" \
57 testing "-type l -newer -exec" \
59 testing "-exec true \\; -print" \
61 testing "-exec false \\; -print" \
63 testing "-perm (exact success)" \
65 testing "-perm (exact failure)" \
67 testing "-perm (min success)" \
69 testing "-perm (min failure)" \
71 testing "-perm (any success)" \
73 testing "-perm (any failure)" \
78 testing "unterminated -exec {}" \
80 testing "-exec {} +" \
84 testing "-name file" \
86 testing "-name FILE" \
89 testing "-iname file" \
91 testing "-iname FILE" \
95 testing "-name (no arguments)" \
97 testing "-iname (no arguments)" \
100 testing "" "find dir \( -iname file -o -iname missing \) -exec echo {} \;" \
103 testing "-path glob" \
105 testing "-wholename glob" \
107 testing "-ipath glob" \
109 testing "-iwholename glob" \