Home | History | Annotate | Download | only in tests

Lines Matching refs:two

12 testing "-missing source [fail]" "cp missing two 2>/dev/null || echo yes" \
14 testing "file->file" "cp random two && cmp random two && echo yes" \
16 rm two
18 mkdir two
19 testing "file->dir" "cp random two && cmp random two/random && echo yes" \
21 rm two/random
23 "cp random two/random && cmp random two/random && echo yes" \
26 "cp -r two three && cmp random three/random && echo yes" \
30 "cp -r two walrus 2>/dev/null || echo yes" "yes\n" "" ""
31 touch two/three
33 "cp -r three two 2>/dev/null || echo yes" "yes\n" "" ""
34 rm -rf two three walrus
36 touch two
37 chmod 000 two
39 "cp random two 2>/dev/null || echo yes" "yes\n" "" ""
40 rm -f two
42 touch two
43 chmod 000 two
45 "cp -f random two && cmp random two && echo yes" "yes\n" "" ""
50 rm two
63 touch one two
65 "cp one two missing 2>/dev/null || echo yes" "yes\n" "" ""
68 "cp dir two missing 2>/dev/null || echo yes" "yes\n" "" ""
70 "cp dir two missing 2>/dev/null || echo yes" "yes\n" "" ""
72 "cp random one two 2>/dev/null || echo yes" "yes\n" "" ""
76 rm one two random
79 mkdir -p one/two/three/four
80 touch one/two/three/five
93 # cp -r one/two/three missing
94 # cp -r one/two/three two
95 # mkdir one; touch one/two; ln -s two one/three