Lines Matching refs:LINENO

41 [ $? = 1 ] || test_failed $LINENO
42 [ ! -e in.lz ] || test_failed $LINENO
44 [ $? = 1 ] || test_failed $LINENO
45 [ ! -e in.lz ] || test_failed $LINENO
48 [ $? = 1 ] || test_failed $LINENO $i
49 [ ! -e in.lz ] || test_failed $LINENO $i
52 [ $? = 2 ] || test_failed $LINENO
54 [ $? = 2 ] || test_failed $LINENO
56 [ $? = 2 ] || test_failed $LINENO
58 [ $? = 2 ] || test_failed $LINENO
60 [ $? = 2 ] || test_failed $LINENO
62 [ $? = 1 ] || test_failed $LINENO
64 [ $? = 1 ] || test_failed $LINENO
66 [ $? = 1 ] || test_failed $LINENO
67 [ ! -e out ] || test_failed $LINENO
69 [ $? = 1 ] || test_failed $LINENO
70 [ ! -e out.lz ] || test_failed $LINENO
72 [ $? = 1 ] || test_failed $LINENO
75 [ $? = 1 ] || test_failed $LINENO
77 [ $? = 1 ] || test_failed $LINENO
79 [ $? = 1 ] || test_failed $LINENO
81 [ $? = 1 ] || test_failed $LINENO
83 [ $? = 1 ] || test_failed $LINENO
84 "${LZIP}" --help > /dev/null || test_failed $LINENO
85 "${LZIP}" -n1 -V > /dev/null || test_failed $LINENO
87 [ $? = 1 ] || test_failed $LINENO
89 [ $? = 1 ] || test_failed $LINENO
91 [ $? = 1 ] || test_failed $LINENO
93 [ $? = 1 ] || test_failed $LINENO
95 [ $? = 1 ] || test_failed $LINENO
97 [ $? = 1 ] || test_failed $LINENO
99 [ $? = 1 ] || test_failed $LINENO
107 "${LZIP}" -lq "$i" || test_failed $LINENO "$i"
108 "${LZIP}" -t "$i" || test_failed $LINENO "$i"
109 "${LZIP}" -d "$i" -o copy || test_failed $LINENO "$i"
110 cmp in copy || test_failed $LINENO "$i"
111 "${LZIP}" -cd "$i" > copy || test_failed $LINENO "$i"
112 cmp in copy || test_failed $LINENO "$i"
113 "${LZIP}" -d "$i" -o - > copy || test_failed $LINENO "$i"
114 cmp in copy || test_failed $LINENO "$i"
115 "${LZIP}" -d < "$i" > copy || test_failed $LINENO "$i"
116 cmp in copy || test_failed $LINENO "$i"
120 lines=$("${LZIP}" -tvv "${in_em}" 2>&1 | wc -l) || test_failed $LINENO
121 [ "${lines}" -eq 8 ] || test_failed $LINENO "${lines}"
123 lines=$("${LZIP}" -lvv "${in_em}" | wc -l) || test_failed $LINENO
124 [ "${lines}" -eq 11 ] || test_failed $LINENO "${lines}"
127 "${LZIP}" -dk copy.lz || test_failed $LINENO
128 cmp in copy || test_failed $LINENO
131 [ $? = 1 ] || test_failed $LINENO
132 "${LZIP}" -df copy.lz || test_failed $LINENO
133 [ ! -e copy.lz ] || test_failed $LINENO
134 cmp in copy || test_failed $LINENO
138 "${LZIP}" -d -S100k copy.lz || test_failed $LINENO # ignore -S
139 [ ! -e copy.lz ] || test_failed $LINENO
140 cmp in copy || test_failed $LINENO
143 "${LZIP}" -df -o copy < "${in_lz}" || test_failed $LINENO
144 cmp in copy || test_failed $LINENO
146 "${LZIP}" -d -o ./- "${in_lz}" || test_failed $LINENO
147 cmp in ./- || test_failed $LINENO
149 "${LZIP}" -d -o ./- < "${in_lz}" || test_failed $LINENO
150 cmp in ./- || test_failed $LINENO
155 test_failed $LINENO
156 cmp in copy || test_failed $LINENO
157 cmp in anyothername.out || test_failed $LINENO
161 [ $? = 2 ] || test_failed $LINENO
163 [ $? = 1 ] || test_failed $LINENO
165 [ $? = 2 ] || test_failed $LINENO
167 [ $? = 1 ] || test_failed $LINENO
169 [ $? = 2 ] || test_failed $LINENO
170 cat copy in | cmp in - || test_failed $LINENO
172 [ $? = 1 ] || test_failed $LINENO
173 cmp in copy || test_failed $LINENO
179 [ $? = 2 ] || test_failed $LINENO $i
181 [ $? = 2 ] || test_failed $LINENO $i
184 [ $? = 2 ] || test_failed $LINENO
185 [ -e copy.lz ] || test_failed $LINENO
186 [ ! -e copy ] || test_failed $LINENO
187 [ ! -e in.out ] || test_failed $LINENO
189 [ $? = 1 ] || test_failed $LINENO
190 [ ! -e copy.lz ] || test_failed $LINENO
191 [ ! -e nx_file ] || test_failed $LINENO
192 cmp in copy || test_failed $LINENO
195 "${LZIP}" -lq "${in_lz}" "${in_lz}" || test_failed $LINENO
196 "${LZIP}" -t "${in_lz}" "${in_lz}" || test_failed $LINENO
197 "${LZIP}" -cd "${in_lz}" "${in_lz}" -o out > copy2 || test_failed $LINENO
198 [ ! -e out ] || test_failed $LINENO # override -o
199 cmp in2 copy2 || test_failed $LINENO
201 "${LZIP}" -d "${in_lz}" "${in_lz}" -o copy2 || test_failed $LINENO
202 cmp in2 copy2 || test_failed $LINENO
207 "${LZIP}" -tvvvv copy2.lz 2> /dev/null || test_failed $LINENO
209 [ $? = 2 ] || test_failed $LINENO
211 [ $? = 2 ] || test_failed $LINENO
213 [ $? = 2 ] || test_failed $LINENO
215 [ $? = 2 ] || test_failed $LINENO
216 [ ! -e copy2 ] || test_failed $LINENO
218 [ $? = 2 ] || test_failed $LINENO
219 [ ! -e copy2 ] || test_failed $LINENO
221 "${LZIP}" -df copy2.lz || test_failed $LINENO
222 cmp in2 copy2 || test_failed $LINENO
227 "${LZIP}" -c -0 in in in -S100k -o out3.lz > copy2.lz || test_failed $LINENO
228 [ ! -e out3.lz ] || test_failed $LINENO # override -o and -S
229 "${LZIP}" -0f in in --output=copy2.lz || test_failed $LINENO
230 "${LZIP}" -d copy2.lz -o out2 || test_failed $LINENO
231 cmp in2 out2 || test_failed $LINENO
235 [ $? = 1 ] || test_failed $LINENO
236 "${LZIP}" -Fvvm36 -o - "${in_lz}" > out 2> /dev/null || test_failed $LINENO
237 "${LZIP}" -cd out | "${LZIP}" -d > copy || test_failed $LINENO
238 cmp in copy || test_failed $LINENO
240 "${LZIP}" -0 -o ./- in || test_failed $LINENO
241 "${LZIP}" -cd ./- | cmp in - || test_failed $LINENO
243 "${LZIP}" -0 -o ./- < in || test_failed $LINENO # add .lz
244 [ ! -e ./- ] || test_failed $LINENO
245 "${LZIP}" -cd -- -.lz | cmp in - || test_failed $LINENO
249 "${LZIP}" -k -$i in || test_failed $LINENO $i
250 mv -f in.lz copy.lz || test_failed $LINENO $i
252 "${LZIP}" -df copy.lz || test_failed $LINENO $i
253 cmp in copy || test_failed $LINENO $i
255 "${LZIP}" -$i in -c > out || test_failed $LINENO $i
256 "${LZIP}" -$i in -o o_out || test_failed $LINENO $i # don't add .lz
257 [ ! -e o_out.lz ] || test_failed $LINENO
258 cmp out o_out || test_failed $LINENO $i
261 "${LZIP}" -cd out > copy || test_failed $LINENO $i
262 cmp in copy || test_failed $LINENO $i
264 "${LZIP}" -$i < in > out || test_failed $LINENO $i
265 "${LZIP}" -d < out > copy || test_failed $LINENO $i
266 cmp in copy || test_failed $LINENO $i
270 "${LZIP}" -f -$i -o out < in || test_failed $LINENO $i # add .lz
271 [ ! -e out ] || test_failed $LINENO
272 "${LZIP}" -df -o copy < out.lz || test_failed $LINENO $i
273 cmp in copy || test_failed $LINENO $i
278 "${LZIP}" -1s12 -S100k in8 || test_failed $LINENO
279 "${LZIP}" -t in800001.lz in800002.lz || test_failed $LINENO
280 "${LZIP}" -cd in800001.lz in800002.lz | cmp in8 - || test_failed $LINENO
281 [ ! -e in800003.lz ] || test_failed $LINENO
283 "${LZIP}" -1s12 -S100k -o out.lz in8 || test_failed $LINENO
285 "${LZIP}" -d out.lz00001.lz out.lz00002.lz -S100k -o out || test_failed $LINENO
286 cmp in8 out || test_failed $LINENO
287 "${LZIP}" -t out.lz00001.lz out.lz00002.lz || test_failed $LINENO
288 [ ! -e out.lz00003.lz ] || test_failed $LINENO
290 "${LZIP}" -1ks4Ki -b100000 in8 || test_failed $LINENO
291 "${LZIP}" -t in8.lz || test_failed $LINENO
292 "${LZIP}" -cd in8.lz -o out | cmp in8 - || test_failed $LINENO # override -o
293 [ ! -e out ] || test_failed $LINENO
295 "${LZIP}" -0 -S100k -o out < in8.lz || test_failed $LINENO
296 "${LZIP}" -t out00001.lz out00002.lz || test_failed $LINENO
297 "${LZIP}" -cd out00001.lz out00002.lz | cmp in8.lz - || test_failed $LINENO
298 [ ! -e out00003.lz ] || test_failed $LINENO
300 "${LZIP}" -1 -S100k -o out < in8.lz || test_failed $LINENO
301 "${LZIP}" -t out00001.lz out00002.lz || test_failed $LINENO
302 "${LZIP}" -cd out00001.lz out00002.lz | cmp in8.lz - || test_failed $LINENO
303 [ ! -e out00003.lz ] || test_failed $LINENO
305 "${LZIP}" -0 -F -S100k in8.lz || test_failed $LINENO
306 "${LZIP}" -t in8.lz00001.lz in8.lz00002.lz || test_failed $LINENO
307 "${LZIP}" -cd in8.lz00001.lz in8.lz00002.lz | cmp in8.lz - || test_failed $LINENO
308 [ ! -e in8.lz00003.lz ] || test_failed $LINENO
310 "${LZIP}" -0kF -b100k in8.lz || test_failed $LINENO
311 "${LZIP}" -t in8.lz.lz || test_failed $LINENO
312 "${LZIP}" -cd in8.lz.lz | cmp in8.lz - || test_failed $LINENO
325 [ $? = 2 ] || test_failed $LINENO ${header}
327 [ $? = 2 ] || test_failed $LINENO ${header}
329 [ $? = 2 ] || test_failed $LINENO ${header}
331 [ $? = 2 ] || test_failed $LINENO ${header}
333 [ $? = 2 ] || test_failed $LINENO ${header}
335 [ $? = 2 ] || test_failed $LINENO ${header}
337 [ $? = 2 ] || test_failed $LINENO ${header}
339 [ $? = 2 ] || test_failed $LINENO ${header}
343 [ $? = 2 ] || test_failed $LINENO ${header}
345 [ $? = 2 ] || test_failed $LINENO ${header}
347 [ $? = 2 ] || test_failed $LINENO ${header}
349 [ $? = 2 ] || test_failed $LINENO ${header}
351 test_failed $LINENO ${header}
353 test_failed $LINENO ${header}
355 test_failed $LINENO ${header}
357 test_failed $LINENO ${header}
359 [ $? = 2 ] || test_failed $LINENO ${header}
361 [ $? = 2 ] || test_failed $LINENO ${header}
363 [ $? = 2 ] || test_failed $LINENO ${header}
365 [ $? = 2 ] || test_failed $LINENO ${header}
375 [ $? = 2 ] || test_failed $LINENO $i
378 "${LZIP}" -cd "${fox_lz}" > fox || test_failed $LINENO
381 [ $? = 2 ] || test_failed $LINENO $i
382 cmp fox out || test_failed $LINENO $i
393 [ $? = 2 ] || test_failed $LINENO $i
395 [ $? = 2 ] || test_failed $LINENO $i
397 [ $? = 2 ] || test_failed $LINENO $i
399 [ $? = 2 ] || test_failed $LINENO $i
401 [ $? = 2 ] || test_failed $LINENO $i
412 [ $? = 2 ] || test_failed $LINENO
414 [ $? = 2 ] || test_failed $LINENO
416 [ $? = 2 ] || test_failed $LINENO
418 [ $? = 2 ] || test_failed $LINENO
420 [ $? = 2 ] || test_failed $LINENO
421 "${LZIP}" -t ingin.lz || test_failed $LINENO
422 "${LZIP}" -t < ingin.lz || test_failed $LINENO
423 "${LZIP}" -cd ingin.lz > copy || test_failed $LINENO
424 cmp in copy || test_failed $LINENO
425 "${LZIP}" -d < ingin.lz > copy || test_failed $LINENO
426 cmp in copy || test_failed $LINENO