Home | History | Annotate | Download | only in tests

Lines Matching refs:three

19 mkdir one two three
20 testing "one missing two file three" \
21 "rmdir one missing two walrus three 2> /dev/null || [ ! -d three ] && echo yes" \
37 mkdir -p temp/one/two/three
39 "rmdir -p temp/one/two/three 2>/dev/null || [ -d temp ] && [ ! -e temp/one ] && echo yes" \
44 mkdir -p one/two/three
45 testing "-p one/two/three" \
46 "rmdir -p one/two/three && [ ! -e one ] && echo yes" "yes\n" "" ""
48 mkdir -p one/two/three
49 testing "-p one/two/three/" \
50 "rmdir -p one/two/three/ && [ ! -e one ] && echo yes" "yes\n" "" ""
52 #mkdir -p one/two/three
53 #chmod 000 one/two/three one/two one
54 #testing "-p one/two/three" \
55 # "rmdir -p one/two/three && [ ! -e one ] && echo yes" "yes\n" "" ""