Home | History | Annotate | Download | only in realpath

Lines Matching defs:setup

129 setup()
146 >StdOut || atf_fail "setup StdOut"
147 >StdErr || atf_fail "setup StdErr"
148 ln -s ../Dir Dir || atf_fail "setup Dir"
149 ln -s Loop Loop || atf_fail "setup Loop"
150 ln -s . Self || atf_fail "setup Self"
151 mkdir S1 S1/S2 S1/S3 S4 S4/S5 || atf_fail "setup subdirs"
152 echo S1/S2/File > S1/S2/File || atf_fail "setup File"
153 ln -s ../S2/File S1/S3/Link || atf_fail "setup S3/Link"
154 ln -s ../S1 S4/S1 || atf_fail "setup S4/S1"
155 ln -s StdOut L1 || atf_fail "setup L1"
156 ln -s L1 L2 || atf_fail "setup L2"
157 ln -s ../L2 S1/L3 || atf_fail "setup L3"
158 ln -s ../L3 S1/S2/L4 || atf_fail "setup L4"
159 ln -s ../S2/L4 S1/S3/L5 || atf_fail "setup L5"
160 ln -s S1/S3/L5 L || atf_fail "setup L"
161 ln -s ${PWD}/S1 S4/PWDS1 || atf_fail "setup PWDS1"
162 ln -s ${PWD}/S9 S4/PWDS9 || atf_fail "setup PWDS9"
163 ln -s ${PWD}/S9/File S4/PWDS9F || atf_fail "setup PWDS9F"
164 ln -s ../S4/BigLoop S1/BigLoop || atf_fail "setup S1/BigLoop"
165 ln -s ../BigLoop S4/BigLoop || atf_fail "setup S4/BigLoop"
166 ln -s "${DIR}"/Dir/S1/BigLoop BigLoop || atf_fail "setup BigLoop"
167 mkdir Snx || atf_fail "setup Snx"
168 cp /dev/null Snx/HaHa || atf_fail "setup Snx/HaHa"
169 ln -s "${DIR}"/Dir/S1/S2/File Snx/Link || atf_fail "setup Snx/Link"
170 mkdir Snr || atf_fail "setup Snr"
171 cp /dev/null Snr/HoHo || atf_fail "setup Snr/HoHo"
172 ln -s "${DIR}"/Dir/S4/PWDS1 Snr/Link || atf_fail "setup Snr/Link"
173 ln -s ../Snx/HaHa Snr/HaHa || atf_fail "setup HaHa"
174 ln -s "${DIR}"/Dir/NoSuchFile T1 || atf_fail "setup T1"
175 ln -s "${DIR}"/Dir/S1/NoSuchFile T2 || atf_fail "setup T2"
176 ln -s S1/NoSuchFile T3 || atf_fail "setup T3"
177 ln -s "${DIR}"/Dir/S1/S2/NoSuchFile T4 || atf_fail "setup T4"
178 ln -s S1/S2/NoSuchFile T5 || atf_fail "setup T5"
179 ln -s "${DIR}"/Dir/StdOut/CannotExist T6 || atf_fail "setup T6"
180 ln -s "${DIR}"/Dir/NoDir/WhoKnows U1 || atf_fail "setup U1"
181 ln -s "${DIR}"/Dir/S1/NoDir/WhoKnows U2 || atf_fail "setup U2"
182 ln -s "${DIR}"/Dir/S1/S2/NoDir/WhoKnows U3 || atf_fail "setup U3"
183 ln -s "${DIR}"/Dir/S1/../NoDir/WhoKnows U4 || atf_fail "setup U4"
184 ln -s "${DIR}"/Dir/NoDir/../StdOut U5 || atf_fail "setup U5"
185 ln -s NoDir/../StdOut U6 || atf_fail "setup U6"
186 ln -s S1/NoDir/../../StdOut U7 || atf_fail "setup U7"
187 ln -s "${DIR}"/Dir/Missing/NoDir/WhoKnows U8 || atf_fail "setup U8"
188 ln -s "${DIR}"/Dir/Missing/NoDir/../../StdOut U9 || atf_fail "setup U9"
189 chmod a+r,a-x Snx || atf_fail "setup a-x "
190 chmod a+x,a-r Snr || atf_fail "setup a-r"
349 # Test cases setup follows (but almost all the work is earlier)
358 setup
377 setup
398 setup
421 setup
440 setup
461 setup
480 setup
617 setup