Lines Matching +full:event +full:- +full:touch
24 # PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
57 test -d a && die
58 test -d c || die
65 test -d a/b/../b || die
66 test -d a/b/../../a || die
67 eval $(stat -s a/b)
69 eval $(stat -s a)
79 test -d c/b/../b || die
80 test -d c/b/../../c || die
90 test -d d/../c || die
95 touch a || die
96 touch b || die
98 test -f a && die
99 test -f b || die
104 touch a/c || die
107 test -e a && die
108 test -d b || die
109 test -f b/c || die
113 test_name "Rename a directory to a override a non-empty directory fails"
115 touch a/c || die
117 touch b/d || die
120 test -d a || die
121 test -f a/c || die
122 test -d b || die
123 test -f b/d || die
131 touch b || die
134 test -d a || die
135 test -f b || die
140 touch a || die
144 test -f a || die
145 test -d b || die
150 touch dir/a
160 touch dir/a
161 touch dir/b
174 touch dir1/a