*** empty log message ***
[coreutils.git] / tests / pr / pr-tests
blob0303fe67b50dfda435f7c768ba449c52d5e9a0b8
1 #! /bin/sh
2 # This script was generated automatically by build-script.
3 case $# in
4 0) xx='../../src/pr';;
5 *) xx="$1";;
6 esac
7 test "$VERBOSE" && echo=echo || echo=:
8 $echo testing program: $xx
9 errors=0
10 test "$srcdir" || srcdir=.
11 test "$VERBOSE" && $xx --version 2> /dev/null
13 # Make sure we get English translations.
14 LANGUAGE=C
15 export LANGUAGE
16 LC_ALL=C
17 export LC_ALL
18 LANG=C
19 export LANG
21 $xx --test -h x $srcdir/0Ft > 1a.O 2> 1a.E
22 code=$?
23 if test $code != 0 ; then
24 $echo "Test 1a failed: ../../src/pr return code $code differs from expected value 0" 1>&2
25 errors=`expr $errors + 1`
26 else
27 cmp 1a.O $srcdir/0F > /dev/null 2>&1
28 case $? in
29 0) if test "$VERBOSE" ; then $echo "passed 1a"; fi ;;
30 1) $echo "Test 1a failed: files 1a.O and $srcdir/0F differ" 1>&2;
31 errors=`expr $errors + 1` ;;
32 2) $echo "Test 1a may have failed." 1>&2;
33 $echo The command "cmp 1a.O $srcdir/0F" failed. 1>&2 ;
34 errors=`expr $errors + 1` ;;
35 esac
37 test -s 1a.E || rm -f 1a.E
38 $xx --test -h x $srcdir/0Fnt > 1b.O 2> 1b.E
39 code=$?
40 if test $code != 0 ; then
41 $echo "Test 1b failed: ../../src/pr return code $code differs from expected value 0" 1>&2
42 errors=`expr $errors + 1`
43 else
44 cmp 1b.O $srcdir/0F > /dev/null 2>&1
45 case $? in
46 0) if test "$VERBOSE" ; then $echo "passed 1b"; fi ;;
47 1) $echo "Test 1b failed: files 1b.O and $srcdir/0F differ" 1>&2;
48 errors=`expr $errors + 1` ;;
49 2) $echo "Test 1b may have failed." 1>&2;
50 $echo The command "cmp 1b.O $srcdir/0F" failed. 1>&2 ;
51 errors=`expr $errors + 1` ;;
52 esac
54 test -s 1b.E || rm -f 1b.E
55 $xx --test -h x +3 $srcdir/0Ft > 1c.O 2> 1c.E
56 code=$?
57 if test $code != 0 ; then
58 $echo "Test 1c failed: ../../src/pr return code $code differs from expected value 0" 1>&2
59 errors=`expr $errors + 1`
60 else
61 cmp 1c.O $srcdir/3-0F > /dev/null 2>&1
62 case $? in
63 0) if test "$VERBOSE" ; then $echo "passed 1c"; fi ;;
64 1) $echo "Test 1c failed: files 1c.O and $srcdir/3-0F differ" 1>&2;
65 errors=`expr $errors + 1` ;;
66 2) $echo "Test 1c may have failed." 1>&2;
67 $echo The command "cmp 1c.O $srcdir/3-0F" failed. 1>&2 ;
68 errors=`expr $errors + 1` ;;
69 esac
71 test -s 1c.E || rm -f 1c.E
72 $xx --test -h x +3 -f $srcdir/0Ft > 1d.O 2> 1d.E
73 code=$?
74 if test $code != 0 ; then
75 $echo "Test 1d failed: ../../src/pr return code $code differs from expected value 0" 1>&2
76 errors=`expr $errors + 1`
77 else
78 cmp 1d.O $srcdir/3f-0F > /dev/null 2>&1
79 case $? in
80 0) if test "$VERBOSE" ; then $echo "passed 1d"; fi ;;
81 1) $echo "Test 1d failed: files 1d.O and $srcdir/3f-0F differ" 1>&2;
82 errors=`expr $errors + 1` ;;
83 2) $echo "Test 1d may have failed." 1>&2;
84 $echo The command "cmp 1d.O $srcdir/3f-0F" failed. 1>&2 ;
85 errors=`expr $errors + 1` ;;
86 esac
88 test -s 1d.E || rm -f 1d.E
89 $xx --test -h x -a -3 $srcdir/0Ft > 1e.O 2> 1e.E
90 code=$?
91 if test $code != 0 ; then
92 $echo "Test 1e failed: ../../src/pr return code $code differs from expected value 0" 1>&2
93 errors=`expr $errors + 1`
94 else
95 cmp 1e.O $srcdir/a3-0F > /dev/null 2>&1
96 case $? in
97 0) if test "$VERBOSE" ; then $echo "passed 1e"; fi ;;
98 1) $echo "Test 1e failed: files 1e.O and $srcdir/a3-0F differ" 1>&2;
99 errors=`expr $errors + 1` ;;
100 2) $echo "Test 1e may have failed." 1>&2;
101 $echo The command "cmp 1e.O $srcdir/a3-0F" failed. 1>&2 ;
102 errors=`expr $errors + 1` ;;
103 esac
105 test -s 1e.E || rm -f 1e.E
106 $xx --test -h x -a -3 -f $srcdir/0Ft > 1f.O 2> 1f.E
107 code=$?
108 if test $code != 0 ; then
109 $echo "Test 1f failed: ../../src/pr return code $code differs from expected value 0" 1>&2
110 errors=`expr $errors + 1`
111 else
112 cmp 1f.O $srcdir/a3f-0F > /dev/null 2>&1
113 case $? in
114 0) if test "$VERBOSE" ; then $echo "passed 1f"; fi ;;
115 1) $echo "Test 1f failed: files 1f.O and $srcdir/a3f-0F differ" 1>&2;
116 errors=`expr $errors + 1` ;;
117 2) $echo "Test 1f may have failed." 1>&2;
118 $echo The command "cmp 1f.O $srcdir/a3f-0F" failed. 1>&2 ;
119 errors=`expr $errors + 1` ;;
120 esac
122 test -s 1f.E || rm -f 1f.E
123 $xx --test -h x -a -3 -f $srcdir/0Fnt > 1g.O 2> 1g.E
124 code=$?
125 if test $code != 0 ; then
126 $echo "Test 1g failed: ../../src/pr return code $code differs from expected value 0" 1>&2
127 errors=`expr $errors + 1`
128 else
129 cmp 1g.O $srcdir/a3f-0F > /dev/null 2>&1
130 case $? in
131 0) if test "$VERBOSE" ; then $echo "passed 1g"; fi ;;
132 1) $echo "Test 1g failed: files 1g.O and $srcdir/a3f-0F differ" 1>&2;
133 errors=`expr $errors + 1` ;;
134 2) $echo "Test 1g may have failed." 1>&2;
135 $echo The command "cmp 1g.O $srcdir/a3f-0F" failed. 1>&2 ;
136 errors=`expr $errors + 1` ;;
137 esac
139 test -s 1g.E || rm -f 1g.E
140 $xx --test -h x +3 -a -3 -f $srcdir/0Ft > 1h.O 2> 1h.E
141 code=$?
142 if test $code != 0 ; then
143 $echo "Test 1h failed: ../../src/pr return code $code differs from expected value 0" 1>&2
144 errors=`expr $errors + 1`
145 else
146 cmp 1h.O $srcdir/3a3f-0F > /dev/null 2>&1
147 case $? in
148 0) if test "$VERBOSE" ; then $echo "passed 1h"; fi ;;
149 1) $echo "Test 1h failed: files 1h.O and $srcdir/3a3f-0F differ" 1>&2;
150 errors=`expr $errors + 1` ;;
151 2) $echo "Test 1h may have failed." 1>&2;
152 $echo The command "cmp 1h.O $srcdir/3a3f-0F" failed. 1>&2 ;
153 errors=`expr $errors + 1` ;;
154 esac
156 test -s 1h.E || rm -f 1h.E
157 $xx --test -h x -b -3 $srcdir/0Ft > 1i.O 2> 1i.E
158 code=$?
159 if test $code != 0 ; then
160 $echo "Test 1i failed: ../../src/pr return code $code differs from expected value 0" 1>&2
161 errors=`expr $errors + 1`
162 else
163 cmp 1i.O $srcdir/b3-0F > /dev/null 2>&1
164 case $? in
165 0) if test "$VERBOSE" ; then $echo "passed 1i"; fi ;;
166 1) $echo "Test 1i failed: files 1i.O and $srcdir/b3-0F differ" 1>&2;
167 errors=`expr $errors + 1` ;;
168 2) $echo "Test 1i may have failed." 1>&2;
169 $echo The command "cmp 1i.O $srcdir/b3-0F" failed. 1>&2 ;
170 errors=`expr $errors + 1` ;;
171 esac
173 test -s 1i.E || rm -f 1i.E
174 $xx --test -h x -b -3 -f $srcdir/0Ft > 1j.O 2> 1j.E
175 code=$?
176 if test $code != 0 ; then
177 $echo "Test 1j failed: ../../src/pr return code $code differs from expected value 0" 1>&2
178 errors=`expr $errors + 1`
179 else
180 cmp 1j.O $srcdir/b3f-0F > /dev/null 2>&1
181 case $? in
182 0) if test "$VERBOSE" ; then $echo "passed 1j"; fi ;;
183 1) $echo "Test 1j failed: files 1j.O and $srcdir/b3f-0F differ" 1>&2;
184 errors=`expr $errors + 1` ;;
185 2) $echo "Test 1j may have failed." 1>&2;
186 $echo The command "cmp 1j.O $srcdir/b3f-0F" failed. 1>&2 ;
187 errors=`expr $errors + 1` ;;
188 esac
190 test -s 1j.E || rm -f 1j.E
191 $xx --test -h x -b -3 -f $srcdir/0Fnt > 1k.O 2> 1k.E
192 code=$?
193 if test $code != 0 ; then
194 $echo "Test 1k failed: ../../src/pr return code $code differs from expected value 0" 1>&2
195 errors=`expr $errors + 1`
196 else
197 cmp 1k.O $srcdir/b3f-0F > /dev/null 2>&1
198 case $? in
199 0) if test "$VERBOSE" ; then $echo "passed 1k"; fi ;;
200 1) $echo "Test 1k failed: files 1k.O and $srcdir/b3f-0F differ" 1>&2;
201 errors=`expr $errors + 1` ;;
202 2) $echo "Test 1k may have failed." 1>&2;
203 $echo The command "cmp 1k.O $srcdir/b3f-0F" failed. 1>&2 ;
204 errors=`expr $errors + 1` ;;
205 esac
207 test -s 1k.E || rm -f 1k.E
208 $xx --test -h x +3 -b -3 -f $srcdir/0Ft > 1l.O 2> 1l.E
209 code=$?
210 if test $code != 0 ; then
211 $echo "Test 1l failed: ../../src/pr return code $code differs from expected value 0" 1>&2
212 errors=`expr $errors + 1`
213 else
214 cmp 1l.O $srcdir/3b3f-0F > /dev/null 2>&1
215 case $? in
216 0) if test "$VERBOSE" ; then $echo "passed 1l"; fi ;;
217 1) $echo "Test 1l failed: files 1l.O and $srcdir/3b3f-0F differ" 1>&2;
218 errors=`expr $errors + 1` ;;
219 2) $echo "Test 1l may have failed." 1>&2;
220 $echo The command "cmp 1l.O $srcdir/3b3f-0F" failed. 1>&2 ;
221 errors=`expr $errors + 1` ;;
222 esac
224 test -s 1l.E || rm -f 1l.E
225 $xx --test -h x $srcdir/0FFt > 2a.O 2> 2a.E
226 code=$?
227 if test $code != 0 ; then
228 $echo "Test 2a failed: ../../src/pr return code $code differs from expected value 0" 1>&2
229 errors=`expr $errors + 1`
230 else
231 cmp 2a.O $srcdir/0FF > /dev/null 2>&1
232 case $? in
233 0) if test "$VERBOSE" ; then $echo "passed 2a"; fi ;;
234 1) $echo "Test 2a failed: files 2a.O and $srcdir/0FF differ" 1>&2;
235 errors=`expr $errors + 1` ;;
236 2) $echo "Test 2a may have failed." 1>&2;
237 $echo The command "cmp 2a.O $srcdir/0FF" failed. 1>&2 ;
238 errors=`expr $errors + 1` ;;
239 esac
241 test -s 2a.E || rm -f 2a.E
242 $xx --test -h x $srcdir/0FnFnt > 2b.O 2> 2b.E
243 code=$?
244 if test $code != 0 ; then
245 $echo "Test 2b failed: ../../src/pr return code $code differs from expected value 0" 1>&2
246 errors=`expr $errors + 1`
247 else
248 cmp 2b.O $srcdir/0FF > /dev/null 2>&1
249 case $? in
250 0) if test "$VERBOSE" ; then $echo "passed 2b"; fi ;;
251 1) $echo "Test 2b failed: files 2b.O and $srcdir/0FF differ" 1>&2;
252 errors=`expr $errors + 1` ;;
253 2) $echo "Test 2b may have failed." 1>&2;
254 $echo The command "cmp 2b.O $srcdir/0FF" failed. 1>&2 ;
255 errors=`expr $errors + 1` ;;
256 esac
258 test -s 2b.E || rm -f 2b.E
259 $xx --test -h x -a -3 -f $srcdir/0FFt > 2c.O 2> 2c.E
260 code=$?
261 if test $code != 0 ; then
262 $echo "Test 2c failed: ../../src/pr return code $code differs from expected value 0" 1>&2
263 errors=`expr $errors + 1`
264 else
265 cmp 2c.O $srcdir/a3f-0FF > /dev/null 2>&1
266 case $? in
267 0) if test "$VERBOSE" ; then $echo "passed 2c"; fi ;;
268 1) $echo "Test 2c failed: files 2c.O and $srcdir/a3f-0FF differ" 1>&2;
269 errors=`expr $errors + 1` ;;
270 2) $echo "Test 2c may have failed." 1>&2;
271 $echo The command "cmp 2c.O $srcdir/a3f-0FF" failed. 1>&2 ;
272 errors=`expr $errors + 1` ;;
273 esac
275 test -s 2c.E || rm -f 2c.E
276 $xx --test -h x -a -3 -f $srcdir/0FFnt > 2d.O 2> 2d.E
277 code=$?
278 if test $code != 0 ; then
279 $echo "Test 2d failed: ../../src/pr return code $code differs from expected value 0" 1>&2
280 errors=`expr $errors + 1`
281 else
282 cmp 2d.O $srcdir/a3f-0FF > /dev/null 2>&1
283 case $? in
284 0) if test "$VERBOSE" ; then $echo "passed 2d"; fi ;;
285 1) $echo "Test 2d failed: files 2d.O and $srcdir/a3f-0FF differ" 1>&2;
286 errors=`expr $errors + 1` ;;
287 2) $echo "Test 2d may have failed." 1>&2;
288 $echo The command "cmp 2d.O $srcdir/a3f-0FF" failed. 1>&2 ;
289 errors=`expr $errors + 1` ;;
290 esac
292 test -s 2d.E || rm -f 2d.E
293 $xx --test -h x -b -3 -f $srcdir/0FFt > 2e.O 2> 2e.E
294 code=$?
295 if test $code != 0 ; then
296 $echo "Test 2e failed: ../../src/pr return code $code differs from expected value 0" 1>&2
297 errors=`expr $errors + 1`
298 else
299 cmp 2e.O $srcdir/b3f-0FF > /dev/null 2>&1
300 case $? in
301 0) if test "$VERBOSE" ; then $echo "passed 2e"; fi ;;
302 1) $echo "Test 2e failed: files 2e.O and $srcdir/b3f-0FF differ" 1>&2;
303 errors=`expr $errors + 1` ;;
304 2) $echo "Test 2e may have failed." 1>&2;
305 $echo The command "cmp 2e.O $srcdir/b3f-0FF" failed. 1>&2 ;
306 errors=`expr $errors + 1` ;;
307 esac
309 test -s 2e.E || rm -f 2e.E
310 $xx --test -h x -b -3 -f $srcdir/0FFnt > 2f.O 2> 2f.E
311 code=$?
312 if test $code != 0 ; then
313 $echo "Test 2f failed: ../../src/pr return code $code differs from expected value 0" 1>&2
314 errors=`expr $errors + 1`
315 else
316 cmp 2f.O $srcdir/b3f-0FF > /dev/null 2>&1
317 case $? in
318 0) if test "$VERBOSE" ; then $echo "passed 2f"; fi ;;
319 1) $echo "Test 2f failed: files 2f.O and $srcdir/b3f-0FF differ" 1>&2;
320 errors=`expr $errors + 1` ;;
321 2) $echo "Test 2f may have failed." 1>&2;
322 $echo The command "cmp 2f.O $srcdir/b3f-0FF" failed. 1>&2 ;
323 errors=`expr $errors + 1` ;;
324 esac
326 test -s 2f.E || rm -f 2f.E
327 $xx --test -h x -b -3 -f $srcdir/0FnFt > 2g.O 2> 2g.E
328 code=$?
329 if test $code != 0 ; then
330 $echo "Test 2g failed: ../../src/pr return code $code differs from expected value 0" 1>&2
331 errors=`expr $errors + 1`
332 else
333 cmp 2g.O $srcdir/b3f-0FF > /dev/null 2>&1
334 case $? in
335 0) if test "$VERBOSE" ; then $echo "passed 2g"; fi ;;
336 1) $echo "Test 2g failed: files 2g.O and $srcdir/b3f-0FF differ" 1>&2;
337 errors=`expr $errors + 1` ;;
338 2) $echo "Test 2g may have failed." 1>&2;
339 $echo The command "cmp 2g.O $srcdir/b3f-0FF" failed. 1>&2 ;
340 errors=`expr $errors + 1` ;;
341 esac
343 test -s 2g.E || rm -f 2g.E
344 $xx --test -h x -b -3 -f $srcdir/0FnFnt > 2h.O 2> 2h.E
345 code=$?
346 if test $code != 0 ; then
347 $echo "Test 2h failed: ../../src/pr return code $code differs from expected value 0" 1>&2
348 errors=`expr $errors + 1`
349 else
350 cmp 2h.O $srcdir/b3f-0FF > /dev/null 2>&1
351 case $? in
352 0) if test "$VERBOSE" ; then $echo "passed 2h"; fi ;;
353 1) $echo "Test 2h failed: files 2h.O and $srcdir/b3f-0FF differ" 1>&2;
354 errors=`expr $errors + 1` ;;
355 2) $echo "Test 2h may have failed." 1>&2;
356 $echo The command "cmp 2h.O $srcdir/b3f-0FF" failed. 1>&2 ;
357 errors=`expr $errors + 1` ;;
358 esac
360 test -s 2h.E || rm -f 2h.E
361 $xx --test -h x +3 -b -3 -f $srcdir/0FFt > 2i.O 2> 2i.E
362 code=$?
363 if test $code != 0 ; then
364 $echo "Test 2i failed: ../../src/pr return code $code differs from expected value 0" 1>&2
365 errors=`expr $errors + 1`
366 else
367 cmp 2i.O $srcdir/3b3f-0FF > /dev/null 2>&1
368 case $? in
369 0) if test "$VERBOSE" ; then $echo "passed 2i"; fi ;;
370 1) $echo "Test 2i failed: files 2i.O and $srcdir/3b3f-0FF differ" 1>&2;
371 errors=`expr $errors + 1` ;;
372 2) $echo "Test 2i may have failed." 1>&2;
373 $echo The command "cmp 2i.O $srcdir/3b3f-0FF" failed. 1>&2 ;
374 errors=`expr $errors + 1` ;;
375 esac
377 test -s 2i.E || rm -f 2i.E
378 $xx --test -h x +3 -b -3 -f $srcdir/0FFnt > 2j.O 2> 2j.E
379 code=$?
380 if test $code != 0 ; then
381 $echo "Test 2j failed: ../../src/pr return code $code differs from expected value 0" 1>&2
382 errors=`expr $errors + 1`
383 else
384 cmp 2j.O $srcdir/3b3f-0FF > /dev/null 2>&1
385 case $? in
386 0) if test "$VERBOSE" ; then $echo "passed 2j"; fi ;;
387 1) $echo "Test 2j failed: files 2j.O and $srcdir/3b3f-0FF differ" 1>&2;
388 errors=`expr $errors + 1` ;;
389 2) $echo "Test 2j may have failed." 1>&2;
390 $echo The command "cmp 2j.O $srcdir/3b3f-0FF" failed. 1>&2 ;
391 errors=`expr $errors + 1` ;;
392 esac
394 test -s 2j.E || rm -f 2j.E
395 $xx --test -h x $srcdir/FFn > 3a.O 2> 3a.E
396 code=$?
397 if test $code != 0 ; then
398 $echo "Test 3a failed: ../../src/pr return code $code differs from expected value 0" 1>&2
399 errors=`expr $errors + 1`
400 else
401 cmp 3a.O $srcdir/FF > /dev/null 2>&1
402 case $? in
403 0) if test "$VERBOSE" ; then $echo "passed 3a"; fi ;;
404 1) $echo "Test 3a failed: files 3a.O and $srcdir/FF differ" 1>&2;
405 errors=`expr $errors + 1` ;;
406 2) $echo "Test 3a may have failed." 1>&2;
407 $echo The command "cmp 3a.O $srcdir/FF" failed. 1>&2 ;
408 errors=`expr $errors + 1` ;;
409 esac
411 test -s 3a.E || rm -f 3a.E
412 $xx --test -h x $srcdir/FnFn > 3b.O 2> 3b.E
413 code=$?
414 if test $code != 0 ; then
415 $echo "Test 3b failed: ../../src/pr return code $code differs from expected value 0" 1>&2
416 errors=`expr $errors + 1`
417 else
418 cmp 3b.O $srcdir/FF > /dev/null 2>&1
419 case $? in
420 0) if test "$VERBOSE" ; then $echo "passed 3b"; fi ;;
421 1) $echo "Test 3b failed: files 3b.O and $srcdir/FF differ" 1>&2;
422 errors=`expr $errors + 1` ;;
423 2) $echo "Test 3b may have failed." 1>&2;
424 $echo The command "cmp 3b.O $srcdir/FF" failed. 1>&2 ;
425 errors=`expr $errors + 1` ;;
426 esac
428 test -s 3b.E || rm -f 3b.E
429 $xx --test -h x +3 $srcdir/FFn > 3c.O 2> 3c.E
430 code=$?
431 if test $code != 0 ; then
432 $echo "Test 3c failed: ../../src/pr return code $code differs from expected value 0" 1>&2
433 errors=`expr $errors + 1`
434 else
435 cmp 3c.O $srcdir/3-FF > /dev/null 2>&1
436 case $? in
437 0) if test "$VERBOSE" ; then $echo "passed 3c"; fi ;;
438 1) $echo "Test 3c failed: files 3c.O and $srcdir/3-FF differ" 1>&2;
439 errors=`expr $errors + 1` ;;
440 2) $echo "Test 3c may have failed." 1>&2;
441 $echo The command "cmp 3c.O $srcdir/3-FF" failed. 1>&2 ;
442 errors=`expr $errors + 1` ;;
443 esac
445 test -s 3c.E || rm -f 3c.E
446 $xx --test -h x +3 -f $srcdir/FFn > 3d.O 2> 3d.E
447 code=$?
448 if test $code != 0 ; then
449 $echo "Test 3d failed: ../../src/pr return code $code differs from expected value 0" 1>&2
450 errors=`expr $errors + 1`
451 else
452 cmp 3d.O $srcdir/3f-FF > /dev/null 2>&1
453 case $? in
454 0) if test "$VERBOSE" ; then $echo "passed 3d"; fi ;;
455 1) $echo "Test 3d failed: files 3d.O and $srcdir/3f-FF differ" 1>&2;
456 errors=`expr $errors + 1` ;;
457 2) $echo "Test 3d may have failed." 1>&2;
458 $echo The command "cmp 3d.O $srcdir/3f-FF" failed. 1>&2 ;
459 errors=`expr $errors + 1` ;;
460 esac
462 test -s 3d.E || rm -f 3d.E
463 $xx --test -h x -a -3 -f $srcdir/FFn > 3e.O 2> 3e.E
464 code=$?
465 if test $code != 0 ; then
466 $echo "Test 3e failed: ../../src/pr return code $code differs from expected value 0" 1>&2
467 errors=`expr $errors + 1`
468 else
469 cmp 3e.O $srcdir/a3f-FF > /dev/null 2>&1
470 case $? in
471 0) if test "$VERBOSE" ; then $echo "passed 3e"; fi ;;
472 1) $echo "Test 3e failed: files 3e.O and $srcdir/a3f-FF differ" 1>&2;
473 errors=`expr $errors + 1` ;;
474 2) $echo "Test 3e may have failed." 1>&2;
475 $echo The command "cmp 3e.O $srcdir/a3f-FF" failed. 1>&2 ;
476 errors=`expr $errors + 1` ;;
477 esac
479 test -s 3e.E || rm -f 3e.E
480 $xx --test -h x -a -3 -f $srcdir/FFtn > 3f.O 2> 3f.E
481 code=$?
482 if test $code != 0 ; then
483 $echo "Test 3f failed: ../../src/pr return code $code differs from expected value 0" 1>&2
484 errors=`expr $errors + 1`
485 else
486 cmp 3f.O $srcdir/a3f-FF > /dev/null 2>&1
487 case $? in
488 0) if test "$VERBOSE" ; then $echo "passed 3f"; fi ;;
489 1) $echo "Test 3f failed: files 3f.O and $srcdir/a3f-FF differ" 1>&2;
490 errors=`expr $errors + 1` ;;
491 2) $echo "Test 3f may have failed." 1>&2;
492 $echo The command "cmp 3f.O $srcdir/a3f-FF" failed. 1>&2 ;
493 errors=`expr $errors + 1` ;;
494 esac
496 test -s 3f.E || rm -f 3f.E
497 $xx --test -h x -b -3 -f $srcdir/FFn > 3g.O 2> 3g.E
498 code=$?
499 if test $code != 0 ; then
500 $echo "Test 3g failed: ../../src/pr return code $code differs from expected value 0" 1>&2
501 errors=`expr $errors + 1`
502 else
503 cmp 3g.O $srcdir/b3f-FF > /dev/null 2>&1
504 case $? in
505 0) if test "$VERBOSE" ; then $echo "passed 3g"; fi ;;
506 1) $echo "Test 3g failed: files 3g.O and $srcdir/b3f-FF differ" 1>&2;
507 errors=`expr $errors + 1` ;;
508 2) $echo "Test 3g may have failed." 1>&2;
509 $echo The command "cmp 3g.O $srcdir/b3f-FF" failed. 1>&2 ;
510 errors=`expr $errors + 1` ;;
511 esac
513 test -s 3g.E || rm -f 3g.E
514 $xx --test -h x -b -3 -f $srcdir/FFtn > 3h.O 2> 3h.E
515 code=$?
516 if test $code != 0 ; then
517 $echo "Test 3h failed: ../../src/pr return code $code differs from expected value 0" 1>&2
518 errors=`expr $errors + 1`
519 else
520 cmp 3h.O $srcdir/b3f-FF > /dev/null 2>&1
521 case $? in
522 0) if test "$VERBOSE" ; then $echo "passed 3h"; fi ;;
523 1) $echo "Test 3h failed: files 3h.O and $srcdir/b3f-FF differ" 1>&2;
524 errors=`expr $errors + 1` ;;
525 2) $echo "Test 3h may have failed." 1>&2;
526 $echo The command "cmp 3h.O $srcdir/b3f-FF" failed. 1>&2 ;
527 errors=`expr $errors + 1` ;;
528 esac
530 test -s 3h.E || rm -f 3h.E
531 $xx --test -h x -b -3 -f $srcdir/FnFn > 3i.O 2> 3i.E
532 code=$?
533 if test $code != 0 ; then
534 $echo "Test 3i failed: ../../src/pr return code $code differs from expected value 0" 1>&2
535 errors=`expr $errors + 1`
536 else
537 cmp 3i.O $srcdir/b3f-FF > /dev/null 2>&1
538 case $? in
539 0) if test "$VERBOSE" ; then $echo "passed 3i"; fi ;;
540 1) $echo "Test 3i failed: files 3i.O and $srcdir/b3f-FF differ" 1>&2;
541 errors=`expr $errors + 1` ;;
542 2) $echo "Test 3i may have failed." 1>&2;
543 $echo The command "cmp 3i.O $srcdir/b3f-FF" failed. 1>&2 ;
544 errors=`expr $errors + 1` ;;
545 esac
547 test -s 3i.E || rm -f 3i.E
548 $xx --test -h x -b -3 -f $srcdir/tFFn > 3j.O 2> 3j.E
549 code=$?
550 if test $code != 0 ; then
551 $echo "Test 3j failed: ../../src/pr return code $code differs from expected value 0" 1>&2
552 errors=`expr $errors + 1`
553 else
554 cmp 3j.O $srcdir/b3f-FF > /dev/null 2>&1
555 case $? in
556 0) if test "$VERBOSE" ; then $echo "passed 3j"; fi ;;
557 1) $echo "Test 3j failed: files 3j.O and $srcdir/b3f-FF differ" 1>&2;
558 errors=`expr $errors + 1` ;;
559 2) $echo "Test 3j may have failed." 1>&2;
560 $echo The command "cmp 3j.O $srcdir/b3f-FF" failed. 1>&2 ;
561 errors=`expr $errors + 1` ;;
562 esac
564 test -s 3j.E || rm -f 3j.E
565 $xx --test -h x -b -3 -f $srcdir/tFnFt > 3k.O 2> 3k.E
566 code=$?
567 if test $code != 0 ; then
568 $echo "Test 3k failed: ../../src/pr return code $code differs from expected value 0" 1>&2
569 errors=`expr $errors + 1`
570 else
571 cmp 3k.O $srcdir/b3f-FF > /dev/null 2>&1
572 case $? in
573 0) if test "$VERBOSE" ; then $echo "passed 3k"; fi ;;
574 1) $echo "Test 3k failed: files 3k.O and $srcdir/b3f-FF differ" 1>&2;
575 errors=`expr $errors + 1` ;;
576 2) $echo "Test 3k may have failed." 1>&2;
577 $echo The command "cmp 3k.O $srcdir/b3f-FF" failed. 1>&2 ;
578 errors=`expr $errors + 1` ;;
579 esac
581 test -s 3k.E || rm -f 3k.E
582 $xx --test -h x +3 -b -3 -f $srcdir/FFn > 3l.O 2> 3l.E
583 code=$?
584 if test $code != 0 ; then
585 $echo "Test 3l failed: ../../src/pr return code $code differs from expected value 0" 1>&2
586 errors=`expr $errors + 1`
587 else
588 cmp 3l.O $srcdir/3b3f-FF > /dev/null 2>&1
589 case $? in
590 0) if test "$VERBOSE" ; then $echo "passed 3l"; fi ;;
591 1) $echo "Test 3l failed: files 3l.O and $srcdir/3b3f-FF differ" 1>&2;
592 errors=`expr $errors + 1` ;;
593 2) $echo "Test 3l may have failed." 1>&2;
594 $echo The command "cmp 3l.O $srcdir/3b3f-FF" failed. 1>&2 ;
595 errors=`expr $errors + 1` ;;
596 esac
598 test -s 3l.E || rm -f 3l.E
599 $xx --test -h x +3 -b -3 -f $srcdir/FFtn > 3m.O 2> 3m.E
600 code=$?
601 if test $code != 0 ; then
602 $echo "Test 3m failed: ../../src/pr return code $code differs from expected value 0" 1>&2
603 errors=`expr $errors + 1`
604 else
605 cmp 3m.O $srcdir/3b3f-FF > /dev/null 2>&1
606 case $? in
607 0) if test "$VERBOSE" ; then $echo "passed 3m"; fi ;;
608 1) $echo "Test 3m failed: files 3m.O and $srcdir/3b3f-FF differ" 1>&2;
609 errors=`expr $errors + 1` ;;
610 2) $echo "Test 3m may have failed." 1>&2;
611 $echo The command "cmp 3m.O $srcdir/3b3f-FF" failed. 1>&2 ;
612 errors=`expr $errors + 1` ;;
613 esac
615 test -s 3m.E || rm -f 3m.E
616 $xx --test -h x -l 24 $srcdir/FFn > 3la.O 2> 3la.E
617 code=$?
618 if test $code != 0 ; then
619 $echo "Test 3la failed: ../../src/pr return code $code differs from expected value 0" 1>&2
620 errors=`expr $errors + 1`
621 else
622 cmp 3la.O $srcdir/l24-FF > /dev/null 2>&1
623 case $? in
624 0) if test "$VERBOSE" ; then $echo "passed 3la"; fi ;;
625 1) $echo "Test 3la failed: files 3la.O and $srcdir/l24-FF differ" 1>&2;
626 errors=`expr $errors + 1` ;;
627 2) $echo "Test 3la may have failed." 1>&2;
628 $echo The command "cmp 3la.O $srcdir/l24-FF" failed. 1>&2 ;
629 errors=`expr $errors + 1` ;;
630 esac
632 test -s 3la.E || rm -f 3la.E
633 $xx --test -h x -l 24 $srcdir/FFtn > 3lb.O 2> 3lb.E
634 code=$?
635 if test $code != 0 ; then
636 $echo "Test 3lb failed: ../../src/pr return code $code differs from expected value 0" 1>&2
637 errors=`expr $errors + 1`
638 else
639 cmp 3lb.O $srcdir/l24-FF > /dev/null 2>&1
640 case $? in
641 0) if test "$VERBOSE" ; then $echo "passed 3lb"; fi ;;
642 1) $echo "Test 3lb failed: files 3lb.O and $srcdir/l24-FF differ" 1>&2;
643 errors=`expr $errors + 1` ;;
644 2) $echo "Test 3lb may have failed." 1>&2;
645 $echo The command "cmp 3lb.O $srcdir/l24-FF" failed. 1>&2 ;
646 errors=`expr $errors + 1` ;;
647 esac
649 test -s 3lb.E || rm -f 3lb.E
650 $xx --test -h x -l 24 $srcdir/FnFn > 3lc.O 2> 3lc.E
651 code=$?
652 if test $code != 0 ; then
653 $echo "Test 3lc failed: ../../src/pr return code $code differs from expected value 0" 1>&2
654 errors=`expr $errors + 1`
655 else
656 cmp 3lc.O $srcdir/l24-FF > /dev/null 2>&1
657 case $? in
658 0) if test "$VERBOSE" ; then $echo "passed 3lc"; fi ;;
659 1) $echo "Test 3lc failed: files 3lc.O and $srcdir/l24-FF differ" 1>&2;
660 errors=`expr $errors + 1` ;;
661 2) $echo "Test 3lc may have failed." 1>&2;
662 $echo The command "cmp 3lc.O $srcdir/l24-FF" failed. 1>&2 ;
663 errors=`expr $errors + 1` ;;
664 esac
666 test -s 3lc.E || rm -f 3lc.E
667 $xx --test -h x -l 24 $srcdir/tFFn > 3ld.O 2> 3ld.E
668 code=$?
669 if test $code != 0 ; then
670 $echo "Test 3ld failed: ../../src/pr return code $code differs from expected value 0" 1>&2
671 errors=`expr $errors + 1`
672 else
673 cmp 3ld.O $srcdir/l24-FF > /dev/null 2>&1
674 case $? in
675 0) if test "$VERBOSE" ; then $echo "passed 3ld"; fi ;;
676 1) $echo "Test 3ld failed: files 3ld.O and $srcdir/l24-FF differ" 1>&2;
677 errors=`expr $errors + 1` ;;
678 2) $echo "Test 3ld may have failed." 1>&2;
679 $echo The command "cmp 3ld.O $srcdir/l24-FF" failed. 1>&2 ;
680 errors=`expr $errors + 1` ;;
681 esac
683 test -s 3ld.E || rm -f 3ld.E
684 $xx --test -h x -l 24 $srcdir/tFnFt > 3le.O 2> 3le.E
685 code=$?
686 if test $code != 0 ; then
687 $echo "Test 3le failed: ../../src/pr return code $code differs from expected value 0" 1>&2
688 errors=`expr $errors + 1`
689 else
690 cmp 3le.O $srcdir/l24-FF > /dev/null 2>&1
691 case $? in
692 0) if test "$VERBOSE" ; then $echo "passed 3le"; fi ;;
693 1) $echo "Test 3le failed: files 3le.O and $srcdir/l24-FF differ" 1>&2;
694 errors=`expr $errors + 1` ;;
695 2) $echo "Test 3le may have failed." 1>&2;
696 $echo The command "cmp 3le.O $srcdir/l24-FF" failed. 1>&2 ;
697 errors=`expr $errors + 1` ;;
698 esac
700 test -s 3le.E || rm -f 3le.E
701 $xx --test -h x -l 24 $srcdir/tFFt > 3lf.O 2> 3lf.E
702 code=$?
703 if test $code != 0 ; then
704 $echo "Test 3lf failed: ../../src/pr return code $code differs from expected value 0" 1>&2
705 errors=`expr $errors + 1`
706 else
707 cmp 3lf.O $srcdir/l24-FF > /dev/null 2>&1
708 case $? in
709 0) if test "$VERBOSE" ; then $echo "passed 3lf"; fi ;;
710 1) $echo "Test 3lf failed: files 3lf.O and $srcdir/l24-FF differ" 1>&2;
711 errors=`expr $errors + 1` ;;
712 2) $echo "Test 3lf may have failed." 1>&2;
713 $echo The command "cmp 3lf.O $srcdir/l24-FF" failed. 1>&2 ;
714 errors=`expr $errors + 1` ;;
715 esac
717 test -s 3lf.E || rm -f 3lf.E
718 $xx --test -h x -a -2 -l 17 $srcdir/FFn > 3aa.O 2> 3aa.E
719 code=$?
720 if test $code != 0 ; then
721 $echo "Test 3aa failed: ../../src/pr return code $code differs from expected value 0" 1>&2
722 errors=`expr $errors + 1`
723 else
724 cmp 3aa.O $srcdir/a2l17-FF > /dev/null 2>&1
725 case $? in
726 0) if test "$VERBOSE" ; then $echo "passed 3aa"; fi ;;
727 1) $echo "Test 3aa failed: files 3aa.O and $srcdir/a2l17-FF differ" 1>&2;
728 errors=`expr $errors + 1` ;;
729 2) $echo "Test 3aa may have failed." 1>&2;
730 $echo The command "cmp 3aa.O $srcdir/a2l17-FF" failed. 1>&2 ;
731 errors=`expr $errors + 1` ;;
732 esac
734 test -s 3aa.E || rm -f 3aa.E
735 $xx --test -h x -a -2 -l 17 $srcdir/FFtn > 3ab.O 2> 3ab.E
736 code=$?
737 if test $code != 0 ; then
738 $echo "Test 3ab failed: ../../src/pr return code $code differs from expected value 0" 1>&2
739 errors=`expr $errors + 1`
740 else
741 cmp 3ab.O $srcdir/a2l17-FF > /dev/null 2>&1
742 case $? in
743 0) if test "$VERBOSE" ; then $echo "passed 3ab"; fi ;;
744 1) $echo "Test 3ab failed: files 3ab.O and $srcdir/a2l17-FF differ" 1>&2;
745 errors=`expr $errors + 1` ;;
746 2) $echo "Test 3ab may have failed." 1>&2;
747 $echo The command "cmp 3ab.O $srcdir/a2l17-FF" failed. 1>&2 ;
748 errors=`expr $errors + 1` ;;
749 esac
751 test -s 3ab.E || rm -f 3ab.E
752 $xx --test -h x -a -2 -l 17 $srcdir/FnFn > 3ac.O 2> 3ac.E
753 code=$?
754 if test $code != 0 ; then
755 $echo "Test 3ac failed: ../../src/pr return code $code differs from expected value 0" 1>&2
756 errors=`expr $errors + 1`
757 else
758 cmp 3ac.O $srcdir/a2l17-FF > /dev/null 2>&1
759 case $? in
760 0) if test "$VERBOSE" ; then $echo "passed 3ac"; fi ;;
761 1) $echo "Test 3ac failed: files 3ac.O and $srcdir/a2l17-FF differ" 1>&2;
762 errors=`expr $errors + 1` ;;
763 2) $echo "Test 3ac may have failed." 1>&2;
764 $echo The command "cmp 3ac.O $srcdir/a2l17-FF" failed. 1>&2 ;
765 errors=`expr $errors + 1` ;;
766 esac
768 test -s 3ac.E || rm -f 3ac.E
769 $xx --test -h x -a -2 -l 17 $srcdir/tFFn > 3ad.O 2> 3ad.E
770 code=$?
771 if test $code != 0 ; then
772 $echo "Test 3ad failed: ../../src/pr return code $code differs from expected value 0" 1>&2
773 errors=`expr $errors + 1`
774 else
775 cmp 3ad.O $srcdir/a2l17-FF > /dev/null 2>&1
776 case $? in
777 0) if test "$VERBOSE" ; then $echo "passed 3ad"; fi ;;
778 1) $echo "Test 3ad failed: files 3ad.O and $srcdir/a2l17-FF differ" 1>&2;
779 errors=`expr $errors + 1` ;;
780 2) $echo "Test 3ad may have failed." 1>&2;
781 $echo The command "cmp 3ad.O $srcdir/a2l17-FF" failed. 1>&2 ;
782 errors=`expr $errors + 1` ;;
783 esac
785 test -s 3ad.E || rm -f 3ad.E
786 $xx --test -h x -a -2 -l 17 $srcdir/tFnFt > 3ae.O 2> 3ae.E
787 code=$?
788 if test $code != 0 ; then
789 $echo "Test 3ae failed: ../../src/pr return code $code differs from expected value 0" 1>&2
790 errors=`expr $errors + 1`
791 else
792 cmp 3ae.O $srcdir/a2l17-FF > /dev/null 2>&1
793 case $? in
794 0) if test "$VERBOSE" ; then $echo "passed 3ae"; fi ;;
795 1) $echo "Test 3ae failed: files 3ae.O and $srcdir/a2l17-FF differ" 1>&2;
796 errors=`expr $errors + 1` ;;
797 2) $echo "Test 3ae may have failed." 1>&2;
798 $echo The command "cmp 3ae.O $srcdir/a2l17-FF" failed. 1>&2 ;
799 errors=`expr $errors + 1` ;;
800 esac
802 test -s 3ae.E || rm -f 3ae.E
803 $xx --test -h x -a -2 -l 17 $srcdir/tFFt > 3af.O 2> 3af.E
804 code=$?
805 if test $code != 0 ; then
806 $echo "Test 3af failed: ../../src/pr return code $code differs from expected value 0" 1>&2
807 errors=`expr $errors + 1`
808 else
809 cmp 3af.O $srcdir/a2l17-FF > /dev/null 2>&1
810 case $? in
811 0) if test "$VERBOSE" ; then $echo "passed 3af"; fi ;;
812 1) $echo "Test 3af failed: files 3af.O and $srcdir/a2l17-FF differ" 1>&2;
813 errors=`expr $errors + 1` ;;
814 2) $echo "Test 3af may have failed." 1>&2;
815 $echo The command "cmp 3af.O $srcdir/a2l17-FF" failed. 1>&2 ;
816 errors=`expr $errors + 1` ;;
817 esac
819 test -s 3af.E || rm -f 3af.E
820 $xx --test -h x -a -2 -l 15 $srcdir/FFn > 3ag.O 2> 3ag.E
821 code=$?
822 if test $code != 0 ; then
823 $echo "Test 3ag failed: ../../src/pr return code $code differs from expected value 0" 1>&2
824 errors=`expr $errors + 1`
825 else
826 cmp 3ag.O $srcdir/a2l15-FF > /dev/null 2>&1
827 case $? in
828 0) if test "$VERBOSE" ; then $echo "passed 3ag"; fi ;;
829 1) $echo "Test 3ag failed: files 3ag.O and $srcdir/a2l15-FF differ" 1>&2;
830 errors=`expr $errors + 1` ;;
831 2) $echo "Test 3ag may have failed." 1>&2;
832 $echo The command "cmp 3ag.O $srcdir/a2l15-FF" failed. 1>&2 ;
833 errors=`expr $errors + 1` ;;
834 esac
836 test -s 3ag.E || rm -f 3ag.E
837 $xx --test -h x -a -2 -l 15 $srcdir/FFtn > 3ah.O 2> 3ah.E
838 code=$?
839 if test $code != 0 ; then
840 $echo "Test 3ah failed: ../../src/pr return code $code differs from expected value 0" 1>&2
841 errors=`expr $errors + 1`
842 else
843 cmp 3ah.O $srcdir/a2l15-FF > /dev/null 2>&1
844 case $? in
845 0) if test "$VERBOSE" ; then $echo "passed 3ah"; fi ;;
846 1) $echo "Test 3ah failed: files 3ah.O and $srcdir/a2l15-FF differ" 1>&2;
847 errors=`expr $errors + 1` ;;
848 2) $echo "Test 3ah may have failed." 1>&2;
849 $echo The command "cmp 3ah.O $srcdir/a2l15-FF" failed. 1>&2 ;
850 errors=`expr $errors + 1` ;;
851 esac
853 test -s 3ah.E || rm -f 3ah.E
854 $xx --test -h x -a -2 -l 15 $srcdir/FnFn > 3ai.O 2> 3ai.E
855 code=$?
856 if test $code != 0 ; then
857 $echo "Test 3ai failed: ../../src/pr return code $code differs from expected value 0" 1>&2
858 errors=`expr $errors + 1`
859 else
860 cmp 3ai.O $srcdir/a2l15-FF > /dev/null 2>&1
861 case $? in
862 0) if test "$VERBOSE" ; then $echo "passed 3ai"; fi ;;
863 1) $echo "Test 3ai failed: files 3ai.O and $srcdir/a2l15-FF differ" 1>&2;
864 errors=`expr $errors + 1` ;;
865 2) $echo "Test 3ai may have failed." 1>&2;
866 $echo The command "cmp 3ai.O $srcdir/a2l15-FF" failed. 1>&2 ;
867 errors=`expr $errors + 1` ;;
868 esac
870 test -s 3ai.E || rm -f 3ai.E
871 $xx --test -h x -a -2 -l 15 $srcdir/tFFn > 3aj.O 2> 3aj.E
872 code=$?
873 if test $code != 0 ; then
874 $echo "Test 3aj failed: ../../src/pr return code $code differs from expected value 0" 1>&2
875 errors=`expr $errors + 1`
876 else
877 cmp 3aj.O $srcdir/a2l15-FF > /dev/null 2>&1
878 case $? in
879 0) if test "$VERBOSE" ; then $echo "passed 3aj"; fi ;;
880 1) $echo "Test 3aj failed: files 3aj.O and $srcdir/a2l15-FF differ" 1>&2;
881 errors=`expr $errors + 1` ;;
882 2) $echo "Test 3aj may have failed." 1>&2;
883 $echo The command "cmp 3aj.O $srcdir/a2l15-FF" failed. 1>&2 ;
884 errors=`expr $errors + 1` ;;
885 esac
887 test -s 3aj.E || rm -f 3aj.E
888 $xx --test -h x -a -2 -l 15 $srcdir/tFnFt > 3ak.O 2> 3ak.E
889 code=$?
890 if test $code != 0 ; then
891 $echo "Test 3ak failed: ../../src/pr return code $code differs from expected value 0" 1>&2
892 errors=`expr $errors + 1`
893 else
894 cmp 3ak.O $srcdir/a2l15-FF > /dev/null 2>&1
895 case $? in
896 0) if test "$VERBOSE" ; then $echo "passed 3ak"; fi ;;
897 1) $echo "Test 3ak failed: files 3ak.O and $srcdir/a2l15-FF differ" 1>&2;
898 errors=`expr $errors + 1` ;;
899 2) $echo "Test 3ak may have failed." 1>&2;
900 $echo The command "cmp 3ak.O $srcdir/a2l15-FF" failed. 1>&2 ;
901 errors=`expr $errors + 1` ;;
902 esac
904 test -s 3ak.E || rm -f 3ak.E
905 $xx --test -h x -b -2 -l 17 $srcdir/FFn > 3ba.O 2> 3ba.E
906 code=$?
907 if test $code != 0 ; then
908 $echo "Test 3ba failed: ../../src/pr return code $code differs from expected value 0" 1>&2
909 errors=`expr $errors + 1`
910 else
911 cmp 3ba.O $srcdir/b2l17-FF > /dev/null 2>&1
912 case $? in
913 0) if test "$VERBOSE" ; then $echo "passed 3ba"; fi ;;
914 1) $echo "Test 3ba failed: files 3ba.O and $srcdir/b2l17-FF differ" 1>&2;
915 errors=`expr $errors + 1` ;;
916 2) $echo "Test 3ba may have failed." 1>&2;
917 $echo The command "cmp 3ba.O $srcdir/b2l17-FF" failed. 1>&2 ;
918 errors=`expr $errors + 1` ;;
919 esac
921 test -s 3ba.E || rm -f 3ba.E
922 $xx --test -h x -b -2 -l 17 $srcdir/FFtn > 3bb.O 2> 3bb.E
923 code=$?
924 if test $code != 0 ; then
925 $echo "Test 3bb failed: ../../src/pr return code $code differs from expected value 0" 1>&2
926 errors=`expr $errors + 1`
927 else
928 cmp 3bb.O $srcdir/b2l17-FF > /dev/null 2>&1
929 case $? in
930 0) if test "$VERBOSE" ; then $echo "passed 3bb"; fi ;;
931 1) $echo "Test 3bb failed: files 3bb.O and $srcdir/b2l17-FF differ" 1>&2;
932 errors=`expr $errors + 1` ;;
933 2) $echo "Test 3bb may have failed." 1>&2;
934 $echo The command "cmp 3bb.O $srcdir/b2l17-FF" failed. 1>&2 ;
935 errors=`expr $errors + 1` ;;
936 esac
938 test -s 3bb.E || rm -f 3bb.E
939 $xx --test -h x -b -2 -l 17 $srcdir/FnFn > 3bc.O 2> 3bc.E
940 code=$?
941 if test $code != 0 ; then
942 $echo "Test 3bc failed: ../../src/pr return code $code differs from expected value 0" 1>&2
943 errors=`expr $errors + 1`
944 else
945 cmp 3bc.O $srcdir/b2l17-FF > /dev/null 2>&1
946 case $? in
947 0) if test "$VERBOSE" ; then $echo "passed 3bc"; fi ;;
948 1) $echo "Test 3bc failed: files 3bc.O and $srcdir/b2l17-FF differ" 1>&2;
949 errors=`expr $errors + 1` ;;
950 2) $echo "Test 3bc may have failed." 1>&2;
951 $echo The command "cmp 3bc.O $srcdir/b2l17-FF" failed. 1>&2 ;
952 errors=`expr $errors + 1` ;;
953 esac
955 test -s 3bc.E || rm -f 3bc.E
956 $xx --test -h x -b -2 -l 17 $srcdir/tFFn > 3bd.O 2> 3bd.E
957 code=$?
958 if test $code != 0 ; then
959 $echo "Test 3bd failed: ../../src/pr return code $code differs from expected value 0" 1>&2
960 errors=`expr $errors + 1`
961 else
962 cmp 3bd.O $srcdir/b2l17-FF > /dev/null 2>&1
963 case $? in
964 0) if test "$VERBOSE" ; then $echo "passed 3bd"; fi ;;
965 1) $echo "Test 3bd failed: files 3bd.O and $srcdir/b2l17-FF differ" 1>&2;
966 errors=`expr $errors + 1` ;;
967 2) $echo "Test 3bd may have failed." 1>&2;
968 $echo The command "cmp 3bd.O $srcdir/b2l17-FF" failed. 1>&2 ;
969 errors=`expr $errors + 1` ;;
970 esac
972 test -s 3bd.E || rm -f 3bd.E
973 $xx --test -h x -b -2 -l 17 $srcdir/tFnFt > 3be.O 2> 3be.E
974 code=$?
975 if test $code != 0 ; then
976 $echo "Test 3be failed: ../../src/pr return code $code differs from expected value 0" 1>&2
977 errors=`expr $errors + 1`
978 else
979 cmp 3be.O $srcdir/b2l17-FF > /dev/null 2>&1
980 case $? in
981 0) if test "$VERBOSE" ; then $echo "passed 3be"; fi ;;
982 1) $echo "Test 3be failed: files 3be.O and $srcdir/b2l17-FF differ" 1>&2;
983 errors=`expr $errors + 1` ;;
984 2) $echo "Test 3be may have failed." 1>&2;
985 $echo The command "cmp 3be.O $srcdir/b2l17-FF" failed. 1>&2 ;
986 errors=`expr $errors + 1` ;;
987 esac
989 test -s 3be.E || rm -f 3be.E
990 $xx --test -h x -b -2 -l 17 $srcdir/tFFt > 3bf.O 2> 3bf.E
991 code=$?
992 if test $code != 0 ; then
993 $echo "Test 3bf failed: ../../src/pr return code $code differs from expected value 0" 1>&2
994 errors=`expr $errors + 1`
995 else
996 cmp 3bf.O $srcdir/b2l17-FF > /dev/null 2>&1
997 case $? in
998 0) if test "$VERBOSE" ; then $echo "passed 3bf"; fi ;;
999 1) $echo "Test 3bf failed: files 3bf.O and $srcdir/b2l17-FF differ" 1>&2;
1000 errors=`expr $errors + 1` ;;
1001 2) $echo "Test 3bf may have failed." 1>&2;
1002 $echo The command "cmp 3bf.O $srcdir/b2l17-FF" failed. 1>&2 ;
1003 errors=`expr $errors + 1` ;;
1004 esac
1006 test -s 3bf.E || rm -f 3bf.E
1007 $xx --test -h x -b -2 -l 15 $srcdir/FFn > 3bg.O 2> 3bg.E
1008 code=$?
1009 if test $code != 0 ; then
1010 $echo "Test 3bg failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1011 errors=`expr $errors + 1`
1012 else
1013 cmp 3bg.O $srcdir/b2l15-FF > /dev/null 2>&1
1014 case $? in
1015 0) if test "$VERBOSE" ; then $echo "passed 3bg"; fi ;;
1016 1) $echo "Test 3bg failed: files 3bg.O and $srcdir/b2l15-FF differ" 1>&2;
1017 errors=`expr $errors + 1` ;;
1018 2) $echo "Test 3bg may have failed." 1>&2;
1019 $echo The command "cmp 3bg.O $srcdir/b2l15-FF" failed. 1>&2 ;
1020 errors=`expr $errors + 1` ;;
1021 esac
1023 test -s 3bg.E || rm -f 3bg.E
1024 $xx --test -h x -b -2 -l 15 $srcdir/FFtn > 3bh.O 2> 3bh.E
1025 code=$?
1026 if test $code != 0 ; then
1027 $echo "Test 3bh failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1028 errors=`expr $errors + 1`
1029 else
1030 cmp 3bh.O $srcdir/b2l15-FF > /dev/null 2>&1
1031 case $? in
1032 0) if test "$VERBOSE" ; then $echo "passed 3bh"; fi ;;
1033 1) $echo "Test 3bh failed: files 3bh.O and $srcdir/b2l15-FF differ" 1>&2;
1034 errors=`expr $errors + 1` ;;
1035 2) $echo "Test 3bh may have failed." 1>&2;
1036 $echo The command "cmp 3bh.O $srcdir/b2l15-FF" failed. 1>&2 ;
1037 errors=`expr $errors + 1` ;;
1038 esac
1040 test -s 3bh.E || rm -f 3bh.E
1041 $xx --test -h x -b -2 -l 15 $srcdir/FnFn > 3bi.O 2> 3bi.E
1042 code=$?
1043 if test $code != 0 ; then
1044 $echo "Test 3bi failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1045 errors=`expr $errors + 1`
1046 else
1047 cmp 3bi.O $srcdir/b2l15-FF > /dev/null 2>&1
1048 case $? in
1049 0) if test "$VERBOSE" ; then $echo "passed 3bi"; fi ;;
1050 1) $echo "Test 3bi failed: files 3bi.O and $srcdir/b2l15-FF differ" 1>&2;
1051 errors=`expr $errors + 1` ;;
1052 2) $echo "Test 3bi may have failed." 1>&2;
1053 $echo The command "cmp 3bi.O $srcdir/b2l15-FF" failed. 1>&2 ;
1054 errors=`expr $errors + 1` ;;
1055 esac
1057 test -s 3bi.E || rm -f 3bi.E
1058 $xx --test -h x -b -2 -l 15 $srcdir/tFFn > 3bj.O 2> 3bj.E
1059 code=$?
1060 if test $code != 0 ; then
1061 $echo "Test 3bj failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1062 errors=`expr $errors + 1`
1063 else
1064 cmp 3bj.O $srcdir/b2l15-FF > /dev/null 2>&1
1065 case $? in
1066 0) if test "$VERBOSE" ; then $echo "passed 3bj"; fi ;;
1067 1) $echo "Test 3bj failed: files 3bj.O and $srcdir/b2l15-FF differ" 1>&2;
1068 errors=`expr $errors + 1` ;;
1069 2) $echo "Test 3bj may have failed." 1>&2;
1070 $echo The command "cmp 3bj.O $srcdir/b2l15-FF" failed. 1>&2 ;
1071 errors=`expr $errors + 1` ;;
1072 esac
1074 test -s 3bj.E || rm -f 3bj.E
1075 $xx --test -h x -b -2 -l 15 $srcdir/tFnFt > 3bk.O 2> 3bk.E
1076 code=$?
1077 if test $code != 0 ; then
1078 $echo "Test 3bk failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1079 errors=`expr $errors + 1`
1080 else
1081 cmp 3bk.O $srcdir/b2l15-FF > /dev/null 2>&1
1082 case $? in
1083 0) if test "$VERBOSE" ; then $echo "passed 3bk"; fi ;;
1084 1) $echo "Test 3bk failed: files 3bk.O and $srcdir/b2l15-FF differ" 1>&2;
1085 errors=`expr $errors + 1` ;;
1086 2) $echo "Test 3bk may have failed." 1>&2;
1087 $echo The command "cmp 3bk.O $srcdir/b2l15-FF" failed. 1>&2 ;
1088 errors=`expr $errors + 1` ;;
1089 esac
1091 test -s 3bk.E || rm -f 3bk.E
1092 $xx --test -h x +4 -l 24 $srcdir/FFn > 3Pa.O 2> 3Pa.E
1093 code=$?
1094 if test $code != 0 ; then
1095 $echo "Test 3Pa failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1096 errors=`expr $errors + 1`
1097 else
1098 cmp 3Pa.O $srcdir/4l24-FF > /dev/null 2>&1
1099 case $? in
1100 0) if test "$VERBOSE" ; then $echo "passed 3Pa"; fi ;;
1101 1) $echo "Test 3Pa failed: files 3Pa.O and $srcdir/4l24-FF differ" 1>&2;
1102 errors=`expr $errors + 1` ;;
1103 2) $echo "Test 3Pa may have failed." 1>&2;
1104 $echo The command "cmp 3Pa.O $srcdir/4l24-FF" failed. 1>&2 ;
1105 errors=`expr $errors + 1` ;;
1106 esac
1108 test -s 3Pa.E || rm -f 3Pa.E
1109 $xx --test -h x +4 -l 24 $srcdir/FFtn > 3Pb.O 2> 3Pb.E
1110 code=$?
1111 if test $code != 0 ; then
1112 $echo "Test 3Pb failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1113 errors=`expr $errors + 1`
1114 else
1115 cmp 3Pb.O $srcdir/4l24-FF > /dev/null 2>&1
1116 case $? in
1117 0) if test "$VERBOSE" ; then $echo "passed 3Pb"; fi ;;
1118 1) $echo "Test 3Pb failed: files 3Pb.O and $srcdir/4l24-FF differ" 1>&2;
1119 errors=`expr $errors + 1` ;;
1120 2) $echo "Test 3Pb may have failed." 1>&2;
1121 $echo The command "cmp 3Pb.O $srcdir/4l24-FF" failed. 1>&2 ;
1122 errors=`expr $errors + 1` ;;
1123 esac
1125 test -s 3Pb.E || rm -f 3Pb.E
1126 $xx --test -h x +4 -l 24 $srcdir/FnFn > 3Pc.O 2> 3Pc.E
1127 code=$?
1128 if test $code != 0 ; then
1129 $echo "Test 3Pc failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1130 errors=`expr $errors + 1`
1131 else
1132 cmp 3Pc.O $srcdir/4l24-FF > /dev/null 2>&1
1133 case $? in
1134 0) if test "$VERBOSE" ; then $echo "passed 3Pc"; fi ;;
1135 1) $echo "Test 3Pc failed: files 3Pc.O and $srcdir/4l24-FF differ" 1>&2;
1136 errors=`expr $errors + 1` ;;
1137 2) $echo "Test 3Pc may have failed." 1>&2;
1138 $echo The command "cmp 3Pc.O $srcdir/4l24-FF" failed. 1>&2 ;
1139 errors=`expr $errors + 1` ;;
1140 esac
1142 test -s 3Pc.E || rm -f 3Pc.E
1143 $xx --test -h x +4 -l 24 $srcdir/tFFn > 3Pd.O 2> 3Pd.E
1144 code=$?
1145 if test $code != 0 ; then
1146 $echo "Test 3Pd failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1147 errors=`expr $errors + 1`
1148 else
1149 cmp 3Pd.O $srcdir/4l24-FF > /dev/null 2>&1
1150 case $? in
1151 0) if test "$VERBOSE" ; then $echo "passed 3Pd"; fi ;;
1152 1) $echo "Test 3Pd failed: files 3Pd.O and $srcdir/4l24-FF differ" 1>&2;
1153 errors=`expr $errors + 1` ;;
1154 2) $echo "Test 3Pd may have failed." 1>&2;
1155 $echo The command "cmp 3Pd.O $srcdir/4l24-FF" failed. 1>&2 ;
1156 errors=`expr $errors + 1` ;;
1157 esac
1159 test -s 3Pd.E || rm -f 3Pd.E
1160 $xx --test -h x +4 -l 24 $srcdir/tFnFt > 3Pe.O 2> 3Pe.E
1161 code=$?
1162 if test $code != 0 ; then
1163 $echo "Test 3Pe failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1164 errors=`expr $errors + 1`
1165 else
1166 cmp 3Pe.O $srcdir/4l24-FF > /dev/null 2>&1
1167 case $? in
1168 0) if test "$VERBOSE" ; then $echo "passed 3Pe"; fi ;;
1169 1) $echo "Test 3Pe failed: files 3Pe.O and $srcdir/4l24-FF differ" 1>&2;
1170 errors=`expr $errors + 1` ;;
1171 2) $echo "Test 3Pe may have failed." 1>&2;
1172 $echo The command "cmp 3Pe.O $srcdir/4l24-FF" failed. 1>&2 ;
1173 errors=`expr $errors + 1` ;;
1174 esac
1176 test -s 3Pe.E || rm -f 3Pe.E
1177 $xx --test -h x +4 -l 24 $srcdir/tFFt > 3Pf.O 2> 3Pf.E
1178 code=$?
1179 if test $code != 0 ; then
1180 $echo "Test 3Pf failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1181 errors=`expr $errors + 1`
1182 else
1183 cmp 3Pf.O $srcdir/4l24-FF > /dev/null 2>&1
1184 case $? in
1185 0) if test "$VERBOSE" ; then $echo "passed 3Pf"; fi ;;
1186 1) $echo "Test 3Pf failed: files 3Pf.O and $srcdir/4l24-FF differ" 1>&2;
1187 errors=`expr $errors + 1` ;;
1188 2) $echo "Test 3Pf may have failed." 1>&2;
1189 $echo The command "cmp 3Pf.O $srcdir/4l24-FF" failed. 1>&2 ;
1190 errors=`expr $errors + 1` ;;
1191 esac
1193 test -s 3Pf.E || rm -f 3Pf.E
1194 $xx --test -h x +4:7 -l 24 $srcdir/tFFt > 3Pg.O 2> 3Pg.E
1195 code=$?
1196 if test $code != 0 ; then
1197 $echo "Test 3Pg failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1198 errors=`expr $errors + 1`
1199 else
1200 cmp 3Pg.O $srcdir/4-7l24-FF > /dev/null 2>&1
1201 case $? in
1202 0) if test "$VERBOSE" ; then $echo "passed 3Pg"; fi ;;
1203 1) $echo "Test 3Pg failed: files 3Pg.O and $srcdir/4-7l24-FF differ" 1>&2;
1204 errors=`expr $errors + 1` ;;
1205 2) $echo "Test 3Pg may have failed." 1>&2;
1206 $echo The command "cmp 3Pg.O $srcdir/4-7l24-FF" failed. 1>&2 ;
1207 errors=`expr $errors + 1` ;;
1208 esac
1210 test -s 3Pg.E || rm -f 3Pg.E
1211 $xx --test -h x +3 -a -2 -l 17 $srcdir/FFn > 3Paa.O 2> 3Paa.E
1212 code=$?
1213 if test $code != 0 ; then
1214 $echo "Test 3Paa failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1215 errors=`expr $errors + 1`
1216 else
1217 cmp 3Paa.O $srcdir/3a2l17-FF > /dev/null 2>&1
1218 case $? in
1219 0) if test "$VERBOSE" ; then $echo "passed 3Paa"; fi ;;
1220 1) $echo "Test 3Paa failed: files 3Paa.O and $srcdir/3a2l17-FF differ" 1>&2;
1221 errors=`expr $errors + 1` ;;
1222 2) $echo "Test 3Paa may have failed." 1>&2;
1223 $echo The command "cmp 3Paa.O $srcdir/3a2l17-FF" failed. 1>&2 ;
1224 errors=`expr $errors + 1` ;;
1225 esac
1227 test -s 3Paa.E || rm -f 3Paa.E
1228 $xx --test -h x +3 -a -2 -l 17 $srcdir/FFtn > 3Pab.O 2> 3Pab.E
1229 code=$?
1230 if test $code != 0 ; then
1231 $echo "Test 3Pab failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1232 errors=`expr $errors + 1`
1233 else
1234 cmp 3Pab.O $srcdir/3a2l17-FF > /dev/null 2>&1
1235 case $? in
1236 0) if test "$VERBOSE" ; then $echo "passed 3Pab"; fi ;;
1237 1) $echo "Test 3Pab failed: files 3Pab.O and $srcdir/3a2l17-FF differ" 1>&2;
1238 errors=`expr $errors + 1` ;;
1239 2) $echo "Test 3Pab may have failed." 1>&2;
1240 $echo The command "cmp 3Pab.O $srcdir/3a2l17-FF" failed. 1>&2 ;
1241 errors=`expr $errors + 1` ;;
1242 esac
1244 test -s 3Pab.E || rm -f 3Pab.E
1245 $xx --test -h x +3 -a -2 -l 17 $srcdir/FnFn > 3Pac.O 2> 3Pac.E
1246 code=$?
1247 if test $code != 0 ; then
1248 $echo "Test 3Pac failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1249 errors=`expr $errors + 1`
1250 else
1251 cmp 3Pac.O $srcdir/3a2l17-FF > /dev/null 2>&1
1252 case $? in
1253 0) if test "$VERBOSE" ; then $echo "passed 3Pac"; fi ;;
1254 1) $echo "Test 3Pac failed: files 3Pac.O and $srcdir/3a2l17-FF differ" 1>&2;
1255 errors=`expr $errors + 1` ;;
1256 2) $echo "Test 3Pac may have failed." 1>&2;
1257 $echo The command "cmp 3Pac.O $srcdir/3a2l17-FF" failed. 1>&2 ;
1258 errors=`expr $errors + 1` ;;
1259 esac
1261 test -s 3Pac.E || rm -f 3Pac.E
1262 $xx --test -h x +3 -a -2 -l 17 $srcdir/tFFn > 3Pad.O 2> 3Pad.E
1263 code=$?
1264 if test $code != 0 ; then
1265 $echo "Test 3Pad failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1266 errors=`expr $errors + 1`
1267 else
1268 cmp 3Pad.O $srcdir/3a2l17-FF > /dev/null 2>&1
1269 case $? in
1270 0) if test "$VERBOSE" ; then $echo "passed 3Pad"; fi ;;
1271 1) $echo "Test 3Pad failed: files 3Pad.O and $srcdir/3a2l17-FF differ" 1>&2;
1272 errors=`expr $errors + 1` ;;
1273 2) $echo "Test 3Pad may have failed." 1>&2;
1274 $echo The command "cmp 3Pad.O $srcdir/3a2l17-FF" failed. 1>&2 ;
1275 errors=`expr $errors + 1` ;;
1276 esac
1278 test -s 3Pad.E || rm -f 3Pad.E
1279 $xx --test -h x +3 -a -2 -l 17 $srcdir/tFnFt > 3Pae.O 2> 3Pae.E
1280 code=$?
1281 if test $code != 0 ; then
1282 $echo "Test 3Pae failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1283 errors=`expr $errors + 1`
1284 else
1285 cmp 3Pae.O $srcdir/3a2l17-FF > /dev/null 2>&1
1286 case $? in
1287 0) if test "$VERBOSE" ; then $echo "passed 3Pae"; fi ;;
1288 1) $echo "Test 3Pae failed: files 3Pae.O and $srcdir/3a2l17-FF differ" 1>&2;
1289 errors=`expr $errors + 1` ;;
1290 2) $echo "Test 3Pae may have failed." 1>&2;
1291 $echo The command "cmp 3Pae.O $srcdir/3a2l17-FF" failed. 1>&2 ;
1292 errors=`expr $errors + 1` ;;
1293 esac
1295 test -s 3Pae.E || rm -f 3Pae.E
1296 $xx --test -h x +3 -a -2 -l 17 $srcdir/tFFt > 3Paf.O 2> 3Paf.E
1297 code=$?
1298 if test $code != 0 ; then
1299 $echo "Test 3Paf failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1300 errors=`expr $errors + 1`
1301 else
1302 cmp 3Paf.O $srcdir/3a2l17-FF > /dev/null 2>&1
1303 case $? in
1304 0) if test "$VERBOSE" ; then $echo "passed 3Paf"; fi ;;
1305 1) $echo "Test 3Paf failed: files 3Paf.O and $srcdir/3a2l17-FF differ" 1>&2;
1306 errors=`expr $errors + 1` ;;
1307 2) $echo "Test 3Paf may have failed." 1>&2;
1308 $echo The command "cmp 3Paf.O $srcdir/3a2l17-FF" failed. 1>&2 ;
1309 errors=`expr $errors + 1` ;;
1310 esac
1312 test -s 3Paf.E || rm -f 3Paf.E
1313 $xx --test -h x +3 -b -2 -l 17 $srcdir/FFn > 3Pba.O 2> 3Pba.E
1314 code=$?
1315 if test $code != 0 ; then
1316 $echo "Test 3Pba failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1317 errors=`expr $errors + 1`
1318 else
1319 cmp 3Pba.O $srcdir/3b2l17-FF > /dev/null 2>&1
1320 case $? in
1321 0) if test "$VERBOSE" ; then $echo "passed 3Pba"; fi ;;
1322 1) $echo "Test 3Pba failed: files 3Pba.O and $srcdir/3b2l17-FF differ" 1>&2;
1323 errors=`expr $errors + 1` ;;
1324 2) $echo "Test 3Pba may have failed." 1>&2;
1325 $echo The command "cmp 3Pba.O $srcdir/3b2l17-FF" failed. 1>&2 ;
1326 errors=`expr $errors + 1` ;;
1327 esac
1329 test -s 3Pba.E || rm -f 3Pba.E
1330 $xx --test -h x +3 -b -2 -l 17 $srcdir/FFtn > 3Pbb.O 2> 3Pbb.E
1331 code=$?
1332 if test $code != 0 ; then
1333 $echo "Test 3Pbb failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1334 errors=`expr $errors + 1`
1335 else
1336 cmp 3Pbb.O $srcdir/3b2l17-FF > /dev/null 2>&1
1337 case $? in
1338 0) if test "$VERBOSE" ; then $echo "passed 3Pbb"; fi ;;
1339 1) $echo "Test 3Pbb failed: files 3Pbb.O and $srcdir/3b2l17-FF differ" 1>&2;
1340 errors=`expr $errors + 1` ;;
1341 2) $echo "Test 3Pbb may have failed." 1>&2;
1342 $echo The command "cmp 3Pbb.O $srcdir/3b2l17-FF" failed. 1>&2 ;
1343 errors=`expr $errors + 1` ;;
1344 esac
1346 test -s 3Pbb.E || rm -f 3Pbb.E
1347 $xx --test -h x +3 -b -2 -l 17 $srcdir/FnFn > 3Pbc.O 2> 3Pbc.E
1348 code=$?
1349 if test $code != 0 ; then
1350 $echo "Test 3Pbc failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1351 errors=`expr $errors + 1`
1352 else
1353 cmp 3Pbc.O $srcdir/3b2l17-FF > /dev/null 2>&1
1354 case $? in
1355 0) if test "$VERBOSE" ; then $echo "passed 3Pbc"; fi ;;
1356 1) $echo "Test 3Pbc failed: files 3Pbc.O and $srcdir/3b2l17-FF differ" 1>&2;
1357 errors=`expr $errors + 1` ;;
1358 2) $echo "Test 3Pbc may have failed." 1>&2;
1359 $echo The command "cmp 3Pbc.O $srcdir/3b2l17-FF" failed. 1>&2 ;
1360 errors=`expr $errors + 1` ;;
1361 esac
1363 test -s 3Pbc.E || rm -f 3Pbc.E
1364 $xx --test -h x +3 -b -2 -l 17 $srcdir/tFFn > 3Pbd.O 2> 3Pbd.E
1365 code=$?
1366 if test $code != 0 ; then
1367 $echo "Test 3Pbd failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1368 errors=`expr $errors + 1`
1369 else
1370 cmp 3Pbd.O $srcdir/3b2l17-FF > /dev/null 2>&1
1371 case $? in
1372 0) if test "$VERBOSE" ; then $echo "passed 3Pbd"; fi ;;
1373 1) $echo "Test 3Pbd failed: files 3Pbd.O and $srcdir/3b2l17-FF differ" 1>&2;
1374 errors=`expr $errors + 1` ;;
1375 2) $echo "Test 3Pbd may have failed." 1>&2;
1376 $echo The command "cmp 3Pbd.O $srcdir/3b2l17-FF" failed. 1>&2 ;
1377 errors=`expr $errors + 1` ;;
1378 esac
1380 test -s 3Pbd.E || rm -f 3Pbd.E
1381 $xx --test -h x +3 -b -2 -l 17 $srcdir/tFnFt > 3Pbe.O 2> 3Pbe.E
1382 code=$?
1383 if test $code != 0 ; then
1384 $echo "Test 3Pbe failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1385 errors=`expr $errors + 1`
1386 else
1387 cmp 3Pbe.O $srcdir/3b2l17-FF > /dev/null 2>&1
1388 case $? in
1389 0) if test "$VERBOSE" ; then $echo "passed 3Pbe"; fi ;;
1390 1) $echo "Test 3Pbe failed: files 3Pbe.O and $srcdir/3b2l17-FF differ" 1>&2;
1391 errors=`expr $errors + 1` ;;
1392 2) $echo "Test 3Pbe may have failed." 1>&2;
1393 $echo The command "cmp 3Pbe.O $srcdir/3b2l17-FF" failed. 1>&2 ;
1394 errors=`expr $errors + 1` ;;
1395 esac
1397 test -s 3Pbe.E || rm -f 3Pbe.E
1398 $xx --test -h x +3 -b -2 -l 17 $srcdir/tFFt > 3Pbf.O 2> 3Pbf.E
1399 code=$?
1400 if test $code != 0 ; then
1401 $echo "Test 3Pbf failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1402 errors=`expr $errors + 1`
1403 else
1404 cmp 3Pbf.O $srcdir/3b2l17-FF > /dev/null 2>&1
1405 case $? in
1406 0) if test "$VERBOSE" ; then $echo "passed 3Pbf"; fi ;;
1407 1) $echo "Test 3Pbf failed: files 3Pbf.O and $srcdir/3b2l17-FF differ" 1>&2;
1408 errors=`expr $errors + 1` ;;
1409 2) $echo "Test 3Pbf may have failed." 1>&2;
1410 $echo The command "cmp 3Pbf.O $srcdir/3b2l17-FF" failed. 1>&2 ;
1411 errors=`expr $errors + 1` ;;
1412 esac
1414 test -s 3Pbf.E || rm -f 3Pbf.E
1415 $xx --test -h x -l 24 $srcdir/tn > 4a.O 2> 4a.E
1416 code=$?
1417 if test $code != 0 ; then
1418 $echo "Test 4a failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1419 errors=`expr $errors + 1`
1420 else
1421 cmp 4a.O $srcdir/l24-t > /dev/null 2>&1
1422 case $? in
1423 0) if test "$VERBOSE" ; then $echo "passed 4a"; fi ;;
1424 1) $echo "Test 4a failed: files 4a.O and $srcdir/l24-t differ" 1>&2;
1425 errors=`expr $errors + 1` ;;
1426 2) $echo "Test 4a may have failed." 1>&2;
1427 $echo The command "cmp 4a.O $srcdir/l24-t" failed. 1>&2 ;
1428 errors=`expr $errors + 1` ;;
1429 esac
1431 test -s 4a.E || rm -f 4a.E
1432 $xx --test -h x -l 17 -f $srcdir/tn > 4b.O 2> 4b.E
1433 code=$?
1434 if test $code != 0 ; then
1435 $echo "Test 4b failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1436 errors=`expr $errors + 1`
1437 else
1438 cmp 4b.O $srcdir/l17f-t > /dev/null 2>&1
1439 case $? in
1440 0) if test "$VERBOSE" ; then $echo "passed 4b"; fi ;;
1441 1) $echo "Test 4b failed: files 4b.O and $srcdir/l17f-t differ" 1>&2;
1442 errors=`expr $errors + 1` ;;
1443 2) $echo "Test 4b may have failed." 1>&2;
1444 $echo The command "cmp 4b.O $srcdir/l17f-t" failed. 1>&2 ;
1445 errors=`expr $errors + 1` ;;
1446 esac
1448 test -s 4b.E || rm -f 4b.E
1449 $xx --test -h x +3 -l 24 $srcdir/tn > 4c.O 2> 4c.E
1450 code=$?
1451 if test $code != 0 ; then
1452 $echo "Test 4c failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1453 errors=`expr $errors + 1`
1454 else
1455 cmp 4c.O $srcdir/3l24-t > /dev/null 2>&1
1456 case $? in
1457 0) if test "$VERBOSE" ; then $echo "passed 4c"; fi ;;
1458 1) $echo "Test 4c failed: files 4c.O and $srcdir/3l24-t differ" 1>&2;
1459 errors=`expr $errors + 1` ;;
1460 2) $echo "Test 4c may have failed." 1>&2;
1461 $echo The command "cmp 4c.O $srcdir/3l24-t" failed. 1>&2 ;
1462 errors=`expr $errors + 1` ;;
1463 esac
1465 test -s 4c.E || rm -f 4c.E
1466 $xx --test -h x +3 -l 17 -f $srcdir/tn > 4d.O 2> 4d.E
1467 code=$?
1468 if test $code != 0 ; then
1469 $echo "Test 4d failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1470 errors=`expr $errors + 1`
1471 else
1472 cmp 4d.O $srcdir/3l17f-t > /dev/null 2>&1
1473 case $? in
1474 0) if test "$VERBOSE" ; then $echo "passed 4d"; fi ;;
1475 1) $echo "Test 4d failed: files 4d.O and $srcdir/3l17f-t differ" 1>&2;
1476 errors=`expr $errors + 1` ;;
1477 2) $echo "Test 4d may have failed." 1>&2;
1478 $echo The command "cmp 4d.O $srcdir/3l17f-t" failed. 1>&2 ;
1479 errors=`expr $errors + 1` ;;
1480 esac
1482 test -s 4d.E || rm -f 4d.E
1483 $xx --test -h x +3:5 -l 17 -f $srcdir/tn > 4e.O 2> 4e.E
1484 code=$?
1485 if test $code != 0 ; then
1486 $echo "Test 4e failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1487 errors=`expr $errors + 1`
1488 else
1489 cmp 4e.O $srcdir/3-5l17f-t > /dev/null 2>&1
1490 case $? in
1491 0) if test "$VERBOSE" ; then $echo "passed 4e"; fi ;;
1492 1) $echo "Test 4e failed: files 4e.O and $srcdir/3-5l17f-t differ" 1>&2;
1493 errors=`expr $errors + 1` ;;
1494 2) $echo "Test 4e may have failed." 1>&2;
1495 $echo The command "cmp 4e.O $srcdir/3-5l17f-t" failed. 1>&2 ;
1496 errors=`expr $errors + 1` ;;
1497 esac
1499 test -s 4e.E || rm -f 4e.E
1500 $xx --test -h x -a -3 -l 15 $srcdir/tn > 4f.O 2> 4f.E
1501 code=$?
1502 if test $code != 0 ; then
1503 $echo "Test 4f failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1504 errors=`expr $errors + 1`
1505 else
1506 cmp 4f.O $srcdir/a3l15-t > /dev/null 2>&1
1507 case $? in
1508 0) if test "$VERBOSE" ; then $echo "passed 4f"; fi ;;
1509 1) $echo "Test 4f failed: files 4f.O and $srcdir/a3l15-t differ" 1>&2;
1510 errors=`expr $errors + 1` ;;
1511 2) $echo "Test 4f may have failed." 1>&2;
1512 $echo The command "cmp 4f.O $srcdir/a3l15-t" failed. 1>&2 ;
1513 errors=`expr $errors + 1` ;;
1514 esac
1516 test -s 4f.E || rm -f 4f.E
1517 $xx --test -h x -a -3 -l 8 -f $srcdir/tn > 4g.O 2> 4g.E
1518 code=$?
1519 if test $code != 0 ; then
1520 $echo "Test 4g failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1521 errors=`expr $errors + 1`
1522 else
1523 cmp 4g.O $srcdir/a3l8f-t > /dev/null 2>&1
1524 case $? in
1525 0) if test "$VERBOSE" ; then $echo "passed 4g"; fi ;;
1526 1) $echo "Test 4g failed: files 4g.O and $srcdir/a3l8f-t differ" 1>&2;
1527 errors=`expr $errors + 1` ;;
1528 2) $echo "Test 4g may have failed." 1>&2;
1529 $echo The command "cmp 4g.O $srcdir/a3l8f-t" failed. 1>&2 ;
1530 errors=`expr $errors + 1` ;;
1531 esac
1533 test -s 4g.E || rm -f 4g.E
1534 $xx --test -h x +3 -a -3 -l 15 $srcdir/tn > 4h.O 2> 4h.E
1535 code=$?
1536 if test $code != 0 ; then
1537 $echo "Test 4h failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1538 errors=`expr $errors + 1`
1539 else
1540 cmp 4h.O $srcdir/3a3l15-t > /dev/null 2>&1
1541 case $? in
1542 0) if test "$VERBOSE" ; then $echo "passed 4h"; fi ;;
1543 1) $echo "Test 4h failed: files 4h.O and $srcdir/3a3l15-t differ" 1>&2;
1544 errors=`expr $errors + 1` ;;
1545 2) $echo "Test 4h may have failed." 1>&2;
1546 $echo The command "cmp 4h.O $srcdir/3a3l15-t" failed. 1>&2 ;
1547 errors=`expr $errors + 1` ;;
1548 esac
1550 test -s 4h.E || rm -f 4h.E
1551 $xx --test -h x +3 -a -3 -l 8 -f $srcdir/tn > 4i.O 2> 4i.E
1552 code=$?
1553 if test $code != 0 ; then
1554 $echo "Test 4i failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1555 errors=`expr $errors + 1`
1556 else
1557 cmp 4i.O $srcdir/3a3l8f-t > /dev/null 2>&1
1558 case $? in
1559 0) if test "$VERBOSE" ; then $echo "passed 4i"; fi ;;
1560 1) $echo "Test 4i failed: files 4i.O and $srcdir/3a3l8f-t differ" 1>&2;
1561 errors=`expr $errors + 1` ;;
1562 2) $echo "Test 4i may have failed." 1>&2;
1563 $echo The command "cmp 4i.O $srcdir/3a3l8f-t" failed. 1>&2 ;
1564 errors=`expr $errors + 1` ;;
1565 esac
1567 test -s 4i.E || rm -f 4i.E
1568 $xx --test -h x -b -3 -l 15 $srcdir/tn > 4j.O 2> 4j.E
1569 code=$?
1570 if test $code != 0 ; then
1571 $echo "Test 4j failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1572 errors=`expr $errors + 1`
1573 else
1574 cmp 4j.O $srcdir/b3l15-t > /dev/null 2>&1
1575 case $? in
1576 0) if test "$VERBOSE" ; then $echo "passed 4j"; fi ;;
1577 1) $echo "Test 4j failed: files 4j.O and $srcdir/b3l15-t differ" 1>&2;
1578 errors=`expr $errors + 1` ;;
1579 2) $echo "Test 4j may have failed." 1>&2;
1580 $echo The command "cmp 4j.O $srcdir/b3l15-t" failed. 1>&2 ;
1581 errors=`expr $errors + 1` ;;
1582 esac
1584 test -s 4j.E || rm -f 4j.E
1585 $xx --test -h x -b -3 -l 8 -f $srcdir/tn > 4k.O 2> 4k.E
1586 code=$?
1587 if test $code != 0 ; then
1588 $echo "Test 4k failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1589 errors=`expr $errors + 1`
1590 else
1591 cmp 4k.O $srcdir/b3l8f-t > /dev/null 2>&1
1592 case $? in
1593 0) if test "$VERBOSE" ; then $echo "passed 4k"; fi ;;
1594 1) $echo "Test 4k failed: files 4k.O and $srcdir/b3l8f-t differ" 1>&2;
1595 errors=`expr $errors + 1` ;;
1596 2) $echo "Test 4k may have failed." 1>&2;
1597 $echo The command "cmp 4k.O $srcdir/b3l8f-t" failed. 1>&2 ;
1598 errors=`expr $errors + 1` ;;
1599 esac
1601 test -s 4k.E || rm -f 4k.E
1602 $xx --test -h x +3 -b -3 -l 15 $srcdir/tn > 4l.O 2> 4l.E
1603 code=$?
1604 if test $code != 0 ; then
1605 $echo "Test 4l failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1606 errors=`expr $errors + 1`
1607 else
1608 cmp 4l.O $srcdir/3b3l15-t > /dev/null 2>&1
1609 case $? in
1610 0) if test "$VERBOSE" ; then $echo "passed 4l"; fi ;;
1611 1) $echo "Test 4l failed: files 4l.O and $srcdir/3b3l15-t differ" 1>&2;
1612 errors=`expr $errors + 1` ;;
1613 2) $echo "Test 4l may have failed." 1>&2;
1614 $echo The command "cmp 4l.O $srcdir/3b3l15-t" failed. 1>&2 ;
1615 errors=`expr $errors + 1` ;;
1616 esac
1618 test -s 4l.E || rm -f 4l.E
1619 $xx --test -h x +3 -b -3 -l 8 -f $srcdir/tn > 4m.O 2> 4m.E
1620 code=$?
1621 if test $code != 0 ; then
1622 $echo "Test 4m failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1623 errors=`expr $errors + 1`
1624 else
1625 cmp 4m.O $srcdir/3b3l8f-t > /dev/null 2>&1
1626 case $? in
1627 0) if test "$VERBOSE" ; then $echo "passed 4m"; fi ;;
1628 1) $echo "Test 4m failed: files 4m.O and $srcdir/3b3l8f-t differ" 1>&2;
1629 errors=`expr $errors + 1` ;;
1630 2) $echo "Test 4m may have failed." 1>&2;
1631 $echo The command "cmp 4m.O $srcdir/3b3l8f-t" failed. 1>&2 ;
1632 errors=`expr $errors + 1` ;;
1633 esac
1635 test -s 4m.E || rm -f 4m.E
1636 $xx --test -h x -m -l 24 $srcdir/tn $srcdir/tn > 5a.O 2> 5a.E
1637 code=$?
1638 if test $code != 0 ; then
1639 $echo "Test 5a failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1640 errors=`expr $errors + 1`
1641 else
1642 cmp 5a.O $srcdir/ml24-t > /dev/null 2>&1
1643 case $? in
1644 0) if test "$VERBOSE" ; then $echo "passed 5a"; fi ;;
1645 1) $echo "Test 5a failed: files 5a.O and $srcdir/ml24-t differ" 1>&2;
1646 errors=`expr $errors + 1` ;;
1647 2) $echo "Test 5a may have failed." 1>&2;
1648 $echo The command "cmp 5a.O $srcdir/ml24-t" failed. 1>&2 ;
1649 errors=`expr $errors + 1` ;;
1650 esac
1652 test -s 5a.E || rm -f 5a.E
1653 $xx --test -h x -m -l 17 -f $srcdir/tn $srcdir/tn > 5b.O 2> 5b.E
1654 code=$?
1655 if test $code != 0 ; then
1656 $echo "Test 5b failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1657 errors=`expr $errors + 1`
1658 else
1659 cmp 5b.O $srcdir/ml17f-t > /dev/null 2>&1
1660 case $? in
1661 0) if test "$VERBOSE" ; then $echo "passed 5b"; fi ;;
1662 1) $echo "Test 5b failed: files 5b.O and $srcdir/ml17f-t differ" 1>&2;
1663 errors=`expr $errors + 1` ;;
1664 2) $echo "Test 5b may have failed." 1>&2;
1665 $echo The command "cmp 5b.O $srcdir/ml17f-t" failed. 1>&2 ;
1666 errors=`expr $errors + 1` ;;
1667 esac
1669 test -s 5b.E || rm -f 5b.E
1670 $xx --test -h x +3 -m -l 24 $srcdir/tn $srcdir/tn > 5c.O 2> 5c.E
1671 code=$?
1672 if test $code != 0 ; then
1673 $echo "Test 5c failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1674 errors=`expr $errors + 1`
1675 else
1676 cmp 5c.O $srcdir/3ml24-t > /dev/null 2>&1
1677 case $? in
1678 0) if test "$VERBOSE" ; then $echo "passed 5c"; fi ;;
1679 1) $echo "Test 5c failed: files 5c.O and $srcdir/3ml24-t differ" 1>&2;
1680 errors=`expr $errors + 1` ;;
1681 2) $echo "Test 5c may have failed." 1>&2;
1682 $echo The command "cmp 5c.O $srcdir/3ml24-t" failed. 1>&2 ;
1683 errors=`expr $errors + 1` ;;
1684 esac
1686 test -s 5c.E || rm -f 5c.E
1687 $xx --test -h x +3 -m -l 17 -f $srcdir/tn $srcdir/tn > 5d.O 2> 5d.E
1688 code=$?
1689 if test $code != 0 ; then
1690 $echo "Test 5d failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1691 errors=`expr $errors + 1`
1692 else
1693 cmp 5d.O $srcdir/3ml17f-t > /dev/null 2>&1
1694 case $? in
1695 0) if test "$VERBOSE" ; then $echo "passed 5d"; fi ;;
1696 1) $echo "Test 5d failed: files 5d.O and $srcdir/3ml17f-t differ" 1>&2;
1697 errors=`expr $errors + 1` ;;
1698 2) $echo "Test 5d may have failed." 1>&2;
1699 $echo The command "cmp 5d.O $srcdir/3ml17f-t" failed. 1>&2 ;
1700 errors=`expr $errors + 1` ;;
1701 esac
1703 test -s 5d.E || rm -f 5d.E
1704 $xx --test -h x -m -l 17 -f $srcdir/0Ft $srcdir/0Ft > 5e.O 2> 5e.E
1705 code=$?
1706 if test $code != 0 ; then
1707 $echo "Test 5e failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1708 errors=`expr $errors + 1`
1709 else
1710 cmp 5e.O $srcdir/ml17f-0F > /dev/null 2>&1
1711 case $? in
1712 0) if test "$VERBOSE" ; then $echo "passed 5e"; fi ;;
1713 1) $echo "Test 5e failed: files 5e.O and $srcdir/ml17f-0F differ" 1>&2;
1714 errors=`expr $errors + 1` ;;
1715 2) $echo "Test 5e may have failed." 1>&2;
1716 $echo The command "cmp 5e.O $srcdir/ml17f-0F" failed. 1>&2 ;
1717 errors=`expr $errors + 1` ;;
1718 esac
1720 test -s 5e.E || rm -f 5e.E
1721 $xx --test -h x -m -l 17 -f $srcdir/0Ft $srcdir/0Fnt > 5f.O 2> 5f.E
1722 code=$?
1723 if test $code != 0 ; then
1724 $echo "Test 5f failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1725 errors=`expr $errors + 1`
1726 else
1727 cmp 5f.O $srcdir/ml17f-0F > /dev/null 2>&1
1728 case $? in
1729 0) if test "$VERBOSE" ; then $echo "passed 5f"; fi ;;
1730 1) $echo "Test 5f failed: files 5f.O and $srcdir/ml17f-0F differ" 1>&2;
1731 errors=`expr $errors + 1` ;;
1732 2) $echo "Test 5f may have failed." 1>&2;
1733 $echo The command "cmp 5f.O $srcdir/ml17f-0F" failed. 1>&2 ;
1734 errors=`expr $errors + 1` ;;
1735 esac
1737 test -s 5f.E || rm -f 5f.E
1738 $xx --test -h x -m -l 17 -f $srcdir/tn $srcdir/0Ft > 5g.O 2> 5g.E
1739 code=$?
1740 if test $code != 0 ; then
1741 $echo "Test 5g failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1742 errors=`expr $errors + 1`
1743 else
1744 cmp 5g.O $srcdir/ml17f-t-0F > /dev/null 2>&1
1745 case $? in
1746 0) if test "$VERBOSE" ; then $echo "passed 5g"; fi ;;
1747 1) $echo "Test 5g failed: files 5g.O and $srcdir/ml17f-t-0F differ" 1>&2;
1748 errors=`expr $errors + 1` ;;
1749 2) $echo "Test 5g may have failed." 1>&2;
1750 $echo The command "cmp 5g.O $srcdir/ml17f-t-0F" failed. 1>&2 ;
1751 errors=`expr $errors + 1` ;;
1752 esac
1754 test -s 5g.E || rm -f 5g.E
1755 $xx --test -h x -m -l 24 $srcdir/tFFn $srcdir/tFnFt > 5ma.O 2> 5ma.E
1756 code=$?
1757 if test $code != 0 ; then
1758 $echo "Test 5ma failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1759 errors=`expr $errors + 1`
1760 else
1761 cmp 5ma.O $srcdir/ml24-FF > /dev/null 2>&1
1762 case $? in
1763 0) if test "$VERBOSE" ; then $echo "passed 5ma"; fi ;;
1764 1) $echo "Test 5ma failed: files 5ma.O and $srcdir/ml24-FF differ" 1>&2;
1765 errors=`expr $errors + 1` ;;
1766 2) $echo "Test 5ma may have failed." 1>&2;
1767 $echo The command "cmp 5ma.O $srcdir/ml24-FF" failed. 1>&2 ;
1768 errors=`expr $errors + 1` ;;
1769 esac
1771 test -s 5ma.E || rm -f 5ma.E
1772 $xx --test -h x -m -l 24 $srcdir/tFFn $srcdir/FFn > 5mb.O 2> 5mb.E
1773 code=$?
1774 if test $code != 0 ; then
1775 $echo "Test 5mb failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1776 errors=`expr $errors + 1`
1777 else
1778 cmp 5mb.O $srcdir/ml24-FF > /dev/null 2>&1
1779 case $? in
1780 0) if test "$VERBOSE" ; then $echo "passed 5mb"; fi ;;
1781 1) $echo "Test 5mb failed: files 5mb.O and $srcdir/ml24-FF differ" 1>&2;
1782 errors=`expr $errors + 1` ;;
1783 2) $echo "Test 5mb may have failed." 1>&2;
1784 $echo The command "cmp 5mb.O $srcdir/ml24-FF" failed. 1>&2 ;
1785 errors=`expr $errors + 1` ;;
1786 esac
1788 test -s 5mb.E || rm -f 5mb.E
1789 $xx --test -h x -m -l 24 $srcdir/tn $srcdir/FFn > 5mc.O 2> 5mc.E
1790 code=$?
1791 if test $code != 0 ; then
1792 $echo "Test 5mc failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1793 errors=`expr $errors + 1`
1794 else
1795 cmp 5mc.O $srcdir/ml24-t-FF > /dev/null 2>&1
1796 case $? in
1797 0) if test "$VERBOSE" ; then $echo "passed 5mc"; fi ;;
1798 1) $echo "Test 5mc failed: files 5mc.O and $srcdir/ml24-t-FF differ" 1>&2;
1799 errors=`expr $errors + 1` ;;
1800 2) $echo "Test 5mc may have failed." 1>&2;
1801 $echo The command "cmp 5mc.O $srcdir/ml24-t-FF" failed. 1>&2 ;
1802 errors=`expr $errors + 1` ;;
1803 esac
1805 test -s 5mc.E || rm -f 5mc.E
1806 $xx --test -h x -m -l 20 $srcdir/FFn $srcdir/tn > 5md.O 2> 5md.E
1807 code=$?
1808 if test $code != 0 ; then
1809 $echo "Test 5md failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1810 errors=`expr $errors + 1`
1811 else
1812 cmp 5md.O $srcdir/ml20-FF-t > /dev/null 2>&1
1813 case $? in
1814 0) if test "$VERBOSE" ; then $echo "passed 5md"; fi ;;
1815 1) $echo "Test 5md failed: files 5md.O and $srcdir/ml20-FF-t differ" 1>&2;
1816 errors=`expr $errors + 1` ;;
1817 2) $echo "Test 5md may have failed." 1>&2;
1818 $echo The command "cmp 5md.O $srcdir/ml20-FF-t" failed. 1>&2 ;
1819 errors=`expr $errors + 1` ;;
1820 esac
1822 test -s 5md.E || rm -f 5md.E
1823 $xx --test -h x +3 -m -l 24 $srcdir/FFn $srcdir/FnFn > 5Pma.O 2> 5Pma.E
1824 code=$?
1825 if test $code != 0 ; then
1826 $echo "Test 5Pma failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1827 errors=`expr $errors + 1`
1828 else
1829 cmp 5Pma.O $srcdir/3ml24-FF > /dev/null 2>&1
1830 case $? in
1831 0) if test "$VERBOSE" ; then $echo "passed 5Pma"; fi ;;
1832 1) $echo "Test 5Pma failed: files 5Pma.O and $srcdir/3ml24-FF differ" 1>&2;
1833 errors=`expr $errors + 1` ;;
1834 2) $echo "Test 5Pma may have failed." 1>&2;
1835 $echo The command "cmp 5Pma.O $srcdir/3ml24-FF" failed. 1>&2 ;
1836 errors=`expr $errors + 1` ;;
1837 esac
1839 test -s 5Pma.E || rm -f 5Pma.E
1840 $xx --test -h x +3 -m -l 24 $srcdir/tFFn $srcdir/FFn > 5Pmb.O 2> 5Pmb.E
1841 code=$?
1842 if test $code != 0 ; then
1843 $echo "Test 5Pmb failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1844 errors=`expr $errors + 1`
1845 else
1846 cmp 5Pmb.O $srcdir/3ml24-FF > /dev/null 2>&1
1847 case $? in
1848 0) if test "$VERBOSE" ; then $echo "passed 5Pmb"; fi ;;
1849 1) $echo "Test 5Pmb failed: files 5Pmb.O and $srcdir/3ml24-FF differ" 1>&2;
1850 errors=`expr $errors + 1` ;;
1851 2) $echo "Test 5Pmb may have failed." 1>&2;
1852 $echo The command "cmp 5Pmb.O $srcdir/3ml24-FF" failed. 1>&2 ;
1853 errors=`expr $errors + 1` ;;
1854 esac
1856 test -s 5Pmb.E || rm -f 5Pmb.E
1857 $xx --test -h x +3 -m -l 24 $srcdir/tn $srcdir/FFn > 5Pmc.O 2> 5Pmc.E
1858 code=$?
1859 if test $code != 0 ; then
1860 $echo "Test 5Pmc failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1861 errors=`expr $errors + 1`
1862 else
1863 cmp 5Pmc.O $srcdir/3ml24-t-FF > /dev/null 2>&1
1864 case $? in
1865 0) if test "$VERBOSE" ; then $echo "passed 5Pmc"; fi ;;
1866 1) $echo "Test 5Pmc failed: files 5Pmc.O and $srcdir/3ml24-t-FF differ" 1>&2;
1867 errors=`expr $errors + 1` ;;
1868 2) $echo "Test 5Pmc may have failed." 1>&2;
1869 $echo The command "cmp 5Pmc.O $srcdir/3ml24-t-FF" failed. 1>&2 ;
1870 errors=`expr $errors + 1` ;;
1871 esac
1873 test -s 5Pmc.E || rm -f 5Pmc.E
1874 $xx --test -h x -t -l 24 $srcdir/tn > 6a.O 2> 6a.E
1875 code=$?
1876 if test $code != 0 ; then
1877 $echo "Test 6a failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1878 errors=`expr $errors + 1`
1879 else
1880 cmp 6a.O $srcdir/t-t > /dev/null 2>&1
1881 case $? in
1882 0) if test "$VERBOSE" ; then $echo "passed 6a"; fi ;;
1883 1) $echo "Test 6a failed: files 6a.O and $srcdir/t-t differ" 1>&2;
1884 errors=`expr $errors + 1` ;;
1885 2) $echo "Test 6a may have failed." 1>&2;
1886 $echo The command "cmp 6a.O $srcdir/t-t" failed. 1>&2 ;
1887 errors=`expr $errors + 1` ;;
1888 esac
1890 test -s 6a.E || rm -f 6a.E
1891 $xx --test -h x -t -l 17 -f $srcdir/tn > 6b.O 2> 6b.E
1892 code=$?
1893 if test $code != 0 ; then
1894 $echo "Test 6b failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1895 errors=`expr $errors + 1`
1896 else
1897 cmp 6b.O $srcdir/t-t > /dev/null 2>&1
1898 case $? in
1899 0) if test "$VERBOSE" ; then $echo "passed 6b"; fi ;;
1900 1) $echo "Test 6b failed: files 6b.O and $srcdir/t-t differ" 1>&2;
1901 errors=`expr $errors + 1` ;;
1902 2) $echo "Test 6b may have failed." 1>&2;
1903 $echo The command "cmp 6b.O $srcdir/t-t" failed. 1>&2 ;
1904 errors=`expr $errors + 1` ;;
1905 esac
1907 test -s 6b.E || rm -f 6b.E
1908 $xx --test -h x -t -l 17 -f $srcdir/tFFt-bl > 6c.O 2> 6c.E
1909 code=$?
1910 if test $code != 0 ; then
1911 $echo "Test 6c failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1912 errors=`expr $errors + 1`
1913 else
1914 cmp 6c.O $srcdir/t-bl > /dev/null 2>&1
1915 case $? in
1916 0) if test "$VERBOSE" ; then $echo "passed 6c"; fi ;;
1917 1) $echo "Test 6c failed: files 6c.O and $srcdir/t-bl differ" 1>&2;
1918 errors=`expr $errors + 1` ;;
1919 2) $echo "Test 6c may have failed." 1>&2;
1920 $echo The command "cmp 6c.O $srcdir/t-bl" failed. 1>&2 ;
1921 errors=`expr $errors + 1` ;;
1922 esac
1924 test -s 6c.E || rm -f 6c.E
1925 $xx --test -h x -t -l 24 $srcdir/0FnFnt > 6d.O 2> 6d.E
1926 code=$?
1927 if test $code != 0 ; then
1928 $echo "Test 6d failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1929 errors=`expr $errors + 1`
1930 else
1931 cmp 6d.O $srcdir/t-0FF > /dev/null 2>&1
1932 case $? in
1933 0) if test "$VERBOSE" ; then $echo "passed 6d"; fi ;;
1934 1) $echo "Test 6d failed: files 6d.O and $srcdir/t-0FF differ" 1>&2;
1935 errors=`expr $errors + 1` ;;
1936 2) $echo "Test 6d may have failed." 1>&2;
1937 $echo The command "cmp 6d.O $srcdir/t-0FF" failed. 1>&2 ;
1938 errors=`expr $errors + 1` ;;
1939 esac
1941 test -s 6d.E || rm -f 6d.E
1942 $xx --test -h x -t -l 24 $srcdir/FFn > 6e.O 2> 6e.E
1943 code=$?
1944 if test $code != 0 ; then
1945 $echo "Test 6e failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1946 errors=`expr $errors + 1`
1947 else
1948 cmp 6e.O $srcdir/t-FF > /dev/null 2>&1
1949 case $? in
1950 0) if test "$VERBOSE" ; then $echo "passed 6e"; fi ;;
1951 1) $echo "Test 6e failed: files 6e.O and $srcdir/t-FF differ" 1>&2;
1952 errors=`expr $errors + 1` ;;
1953 2) $echo "Test 6e may have failed." 1>&2;
1954 $echo The command "cmp 6e.O $srcdir/t-FF" failed. 1>&2 ;
1955 errors=`expr $errors + 1` ;;
1956 esac
1958 test -s 6e.E || rm -f 6e.E
1959 $xx --test -h x -t -l 24 $srcdir/FnFn > 6f.O 2> 6f.E
1960 code=$?
1961 if test $code != 0 ; then
1962 $echo "Test 6f failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1963 errors=`expr $errors + 1`
1964 else
1965 cmp 6f.O $srcdir/t-FF > /dev/null 2>&1
1966 case $? in
1967 0) if test "$VERBOSE" ; then $echo "passed 6f"; fi ;;
1968 1) $echo "Test 6f failed: files 6f.O and $srcdir/t-FF differ" 1>&2;
1969 errors=`expr $errors + 1` ;;
1970 2) $echo "Test 6f may have failed." 1>&2;
1971 $echo The command "cmp 6f.O $srcdir/t-FF" failed. 1>&2 ;
1972 errors=`expr $errors + 1` ;;
1973 esac
1975 test -s 6f.E || rm -f 6f.E
1976 $xx --test -h x -t -l 17 -f $srcdir/FFn > 6g.O 2> 6g.E
1977 code=$?
1978 if test $code != 0 ; then
1979 $echo "Test 6g failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1980 errors=`expr $errors + 1`
1981 else
1982 cmp 6g.O $srcdir/t-FF > /dev/null 2>&1
1983 case $? in
1984 0) if test "$VERBOSE" ; then $echo "passed 6g"; fi ;;
1985 1) $echo "Test 6g failed: files 6g.O and $srcdir/t-FF differ" 1>&2;
1986 errors=`expr $errors + 1` ;;
1987 2) $echo "Test 6g may have failed." 1>&2;
1988 $echo The command "cmp 6g.O $srcdir/t-FF" failed. 1>&2 ;
1989 errors=`expr $errors + 1` ;;
1990 esac
1992 test -s 6g.E || rm -f 6g.E
1993 $xx --test -h x -t -a -3 $srcdir/0FnFnt > 6aa.O 2> 6aa.E
1994 code=$?
1995 if test $code != 0 ; then
1996 $echo "Test 6aa failed: ../../src/pr return code $code differs from expected value 0" 1>&2
1997 errors=`expr $errors + 1`
1998 else
1999 cmp 6aa.O $srcdir/ta3-0FF > /dev/null 2>&1
2000 case $? in
2001 0) if test "$VERBOSE" ; then $echo "passed 6aa"; fi ;;
2002 1) $echo "Test 6aa failed: files 6aa.O and $srcdir/ta3-0FF differ" 1>&2;
2003 errors=`expr $errors + 1` ;;
2004 2) $echo "Test 6aa may have failed." 1>&2;
2005 $echo The command "cmp 6aa.O $srcdir/ta3-0FF" failed. 1>&2 ;
2006 errors=`expr $errors + 1` ;;
2007 esac
2009 test -s 6aa.E || rm -f 6aa.E
2010 $xx --test -h x -t -a -3 $srcdir/FFn > 6ab.O 2> 6ab.E
2011 code=$?
2012 if test $code != 0 ; then
2013 $echo "Test 6ab failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2014 errors=`expr $errors + 1`
2015 else
2016 cmp 6ab.O $srcdir/ta3-FF > /dev/null 2>&1
2017 case $? in
2018 0) if test "$VERBOSE" ; then $echo "passed 6ab"; fi ;;
2019 1) $echo "Test 6ab failed: files 6ab.O and $srcdir/ta3-FF differ" 1>&2;
2020 errors=`expr $errors + 1` ;;
2021 2) $echo "Test 6ab may have failed." 1>&2;
2022 $echo The command "cmp 6ab.O $srcdir/ta3-FF" failed. 1>&2 ;
2023 errors=`expr $errors + 1` ;;
2024 esac
2026 test -s 6ab.E || rm -f 6ab.E
2027 $xx --test -h x -t -a -3 -l 24 $srcdir/FnFn > 6ac.O 2> 6ac.E
2028 code=$?
2029 if test $code != 0 ; then
2030 $echo "Test 6ac failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2031 errors=`expr $errors + 1`
2032 else
2033 cmp 6ac.O $srcdir/ta3-FF > /dev/null 2>&1
2034 case $? in
2035 0) if test "$VERBOSE" ; then $echo "passed 6ac"; fi ;;
2036 1) $echo "Test 6ac failed: files 6ac.O and $srcdir/ta3-FF differ" 1>&2;
2037 errors=`expr $errors + 1` ;;
2038 2) $echo "Test 6ac may have failed." 1>&2;
2039 $echo The command "cmp 6ac.O $srcdir/ta3-FF" failed. 1>&2 ;
2040 errors=`expr $errors + 1` ;;
2041 esac
2043 test -s 6ac.E || rm -f 6ac.E
2044 $xx --test -h x -t -b -3 $srcdir/0FnFnt > 6ba.O 2> 6ba.E
2045 code=$?
2046 if test $code != 0 ; then
2047 $echo "Test 6ba failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2048 errors=`expr $errors + 1`
2049 else
2050 cmp 6ba.O $srcdir/tb3-0FF > /dev/null 2>&1
2051 case $? in
2052 0) if test "$VERBOSE" ; then $echo "passed 6ba"; fi ;;
2053 1) $echo "Test 6ba failed: files 6ba.O and $srcdir/tb3-0FF differ" 1>&2;
2054 errors=`expr $errors + 1` ;;
2055 2) $echo "Test 6ba may have failed." 1>&2;
2056 $echo The command "cmp 6ba.O $srcdir/tb3-0FF" failed. 1>&2 ;
2057 errors=`expr $errors + 1` ;;
2058 esac
2060 test -s 6ba.E || rm -f 6ba.E
2061 $xx --test -h x -t -b -3 $srcdir/FFn > 6bb.O 2> 6bb.E
2062 code=$?
2063 if test $code != 0 ; then
2064 $echo "Test 6bb failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2065 errors=`expr $errors + 1`
2066 else
2067 cmp 6bb.O $srcdir/tb3-FF > /dev/null 2>&1
2068 case $? in
2069 0) if test "$VERBOSE" ; then $echo "passed 6bb"; fi ;;
2070 1) $echo "Test 6bb failed: files 6bb.O and $srcdir/tb3-FF differ" 1>&2;
2071 errors=`expr $errors + 1` ;;
2072 2) $echo "Test 6bb may have failed." 1>&2;
2073 $echo The command "cmp 6bb.O $srcdir/tb3-FF" failed. 1>&2 ;
2074 errors=`expr $errors + 1` ;;
2075 esac
2077 test -s 6bb.E || rm -f 6bb.E
2078 $xx --test -h x -t -b -3 -l 24 $srcdir/FnFn > 6bc.O 2> 6bc.E
2079 code=$?
2080 if test $code != 0 ; then
2081 $echo "Test 6bc failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2082 errors=`expr $errors + 1`
2083 else
2084 cmp 6bc.O $srcdir/tb3-FF > /dev/null 2>&1
2085 case $? in
2086 0) if test "$VERBOSE" ; then $echo "passed 6bc"; fi ;;
2087 1) $echo "Test 6bc failed: files 6bc.O and $srcdir/tb3-FF differ" 1>&2;
2088 errors=`expr $errors + 1` ;;
2089 2) $echo "Test 6bc may have failed." 1>&2;
2090 $echo The command "cmp 6bc.O $srcdir/tb3-FF" failed. 1>&2 ;
2091 errors=`expr $errors + 1` ;;
2092 esac
2094 test -s 6bc.E || rm -f 6bc.E
2095 $xx --test -h x -T -l 24 $srcdir/tn > 7a.O 2> 7a.E
2096 code=$?
2097 if test $code != 0 ; then
2098 $echo "Test 7a failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2099 errors=`expr $errors + 1`
2100 else
2101 cmp 7a.O $srcdir/tt-t > /dev/null 2>&1
2102 case $? in
2103 0) if test "$VERBOSE" ; then $echo "passed 7a"; fi ;;
2104 1) $echo "Test 7a failed: files 7a.O and $srcdir/tt-t differ" 1>&2;
2105 errors=`expr $errors + 1` ;;
2106 2) $echo "Test 7a may have failed." 1>&2;
2107 $echo The command "cmp 7a.O $srcdir/tt-t" failed. 1>&2 ;
2108 errors=`expr $errors + 1` ;;
2109 esac
2111 test -s 7a.E || rm -f 7a.E
2112 $xx --test -h x -T -l 17 -f $srcdir/tn > 7b.O 2> 7b.E
2113 code=$?
2114 if test $code != 0 ; then
2115 $echo "Test 7b failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2116 errors=`expr $errors + 1`
2117 else
2118 cmp 7b.O $srcdir/tt-t > /dev/null 2>&1
2119 case $? in
2120 0) if test "$VERBOSE" ; then $echo "passed 7b"; fi ;;
2121 1) $echo "Test 7b failed: files 7b.O and $srcdir/tt-t differ" 1>&2;
2122 errors=`expr $errors + 1` ;;
2123 2) $echo "Test 7b may have failed." 1>&2;
2124 $echo The command "cmp 7b.O $srcdir/tt-t" failed. 1>&2 ;
2125 errors=`expr $errors + 1` ;;
2126 esac
2128 test -s 7b.E || rm -f 7b.E
2129 $xx --test -h x -T -l 17 -f $srcdir/tFFt-bl > 7c.O 2> 7c.E
2130 code=$?
2131 if test $code != 0 ; then
2132 $echo "Test 7c failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2133 errors=`expr $errors + 1`
2134 else
2135 cmp 7c.O $srcdir/tt-bl > /dev/null 2>&1
2136 case $? in
2137 0) if test "$VERBOSE" ; then $echo "passed 7c"; fi ;;
2138 1) $echo "Test 7c failed: files 7c.O and $srcdir/tt-bl differ" 1>&2;
2139 errors=`expr $errors + 1` ;;
2140 2) $echo "Test 7c may have failed." 1>&2;
2141 $echo The command "cmp 7c.O $srcdir/tt-bl" failed. 1>&2 ;
2142 errors=`expr $errors + 1` ;;
2143 esac
2145 test -s 7c.E || rm -f 7c.E
2146 $xx --test -h x -T -l 24 $srcdir/0FnFnt > 7d.O 2> 7d.E
2147 code=$?
2148 if test $code != 0 ; then
2149 $echo "Test 7d failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2150 errors=`expr $errors + 1`
2151 else
2152 cmp 7d.O $srcdir/tt-0FF > /dev/null 2>&1
2153 case $? in
2154 0) if test "$VERBOSE" ; then $echo "passed 7d"; fi ;;
2155 1) $echo "Test 7d failed: files 7d.O and $srcdir/tt-0FF differ" 1>&2;
2156 errors=`expr $errors + 1` ;;
2157 2) $echo "Test 7d may have failed." 1>&2;
2158 $echo The command "cmp 7d.O $srcdir/tt-0FF" failed. 1>&2 ;
2159 errors=`expr $errors + 1` ;;
2160 esac
2162 test -s 7d.E || rm -f 7d.E
2163 $xx --test -h x -T -l 24 $srcdir/FFn > 7e.O 2> 7e.E
2164 code=$?
2165 if test $code != 0 ; then
2166 $echo "Test 7e failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2167 errors=`expr $errors + 1`
2168 else
2169 cmp 7e.O $srcdir/tt-FF > /dev/null 2>&1
2170 case $? in
2171 0) if test "$VERBOSE" ; then $echo "passed 7e"; fi ;;
2172 1) $echo "Test 7e failed: files 7e.O and $srcdir/tt-FF differ" 1>&2;
2173 errors=`expr $errors + 1` ;;
2174 2) $echo "Test 7e may have failed." 1>&2;
2175 $echo The command "cmp 7e.O $srcdir/tt-FF" failed. 1>&2 ;
2176 errors=`expr $errors + 1` ;;
2177 esac
2179 test -s 7e.E || rm -f 7e.E
2180 $xx --test -h x -T -l 24 $srcdir/FnFn > 7f.O 2> 7f.E
2181 code=$?
2182 if test $code != 0 ; then
2183 $echo "Test 7f failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2184 errors=`expr $errors + 1`
2185 else
2186 cmp 7f.O $srcdir/tt-FF > /dev/null 2>&1
2187 case $? in
2188 0) if test "$VERBOSE" ; then $echo "passed 7f"; fi ;;
2189 1) $echo "Test 7f failed: files 7f.O and $srcdir/tt-FF differ" 1>&2;
2190 errors=`expr $errors + 1` ;;
2191 2) $echo "Test 7f may have failed." 1>&2;
2192 $echo The command "cmp 7f.O $srcdir/tt-FF" failed. 1>&2 ;
2193 errors=`expr $errors + 1` ;;
2194 esac
2196 test -s 7f.E || rm -f 7f.E
2197 $xx --test -h x -T -l 17 -f $srcdir/FFn > 7g.O 2> 7g.E
2198 code=$?
2199 if test $code != 0 ; then
2200 $echo "Test 7g failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2201 errors=`expr $errors + 1`
2202 else
2203 cmp 7g.O $srcdir/tt-FF > /dev/null 2>&1
2204 case $? in
2205 0) if test "$VERBOSE" ; then $echo "passed 7g"; fi ;;
2206 1) $echo "Test 7g failed: files 7g.O and $srcdir/tt-FF differ" 1>&2;
2207 errors=`expr $errors + 1` ;;
2208 2) $echo "Test 7g may have failed." 1>&2;
2209 $echo The command "cmp 7g.O $srcdir/tt-FF" failed. 1>&2 ;
2210 errors=`expr $errors + 1` ;;
2211 esac
2213 test -s 7g.E || rm -f 7g.E
2214 $xx --test -h x -T -a -3 $srcdir/0FnFnt > 7aa.O 2> 7aa.E
2215 code=$?
2216 if test $code != 0 ; then
2217 $echo "Test 7aa failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2218 errors=`expr $errors + 1`
2219 else
2220 cmp 7aa.O $srcdir/tta3-0FF > /dev/null 2>&1
2221 case $? in
2222 0) if test "$VERBOSE" ; then $echo "passed 7aa"; fi ;;
2223 1) $echo "Test 7aa failed: files 7aa.O and $srcdir/tta3-0FF differ" 1>&2;
2224 errors=`expr $errors + 1` ;;
2225 2) $echo "Test 7aa may have failed." 1>&2;
2226 $echo The command "cmp 7aa.O $srcdir/tta3-0FF" failed. 1>&2 ;
2227 errors=`expr $errors + 1` ;;
2228 esac
2230 test -s 7aa.E || rm -f 7aa.E
2231 $xx --test -h x -T -a -3 $srcdir/FFn > 7ab.O 2> 7ab.E
2232 code=$?
2233 if test $code != 0 ; then
2234 $echo "Test 7ab failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2235 errors=`expr $errors + 1`
2236 else
2237 cmp 7ab.O $srcdir/tta3-FF > /dev/null 2>&1
2238 case $? in
2239 0) if test "$VERBOSE" ; then $echo "passed 7ab"; fi ;;
2240 1) $echo "Test 7ab failed: files 7ab.O and $srcdir/tta3-FF differ" 1>&2;
2241 errors=`expr $errors + 1` ;;
2242 2) $echo "Test 7ab may have failed." 1>&2;
2243 $echo The command "cmp 7ab.O $srcdir/tta3-FF" failed. 1>&2 ;
2244 errors=`expr $errors + 1` ;;
2245 esac
2247 test -s 7ab.E || rm -f 7ab.E
2248 $xx --test -h x -T -a -3 -l 24 $srcdir/FnFn > 7ac.O 2> 7ac.E
2249 code=$?
2250 if test $code != 0 ; then
2251 $echo "Test 7ac failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2252 errors=`expr $errors + 1`
2253 else
2254 cmp 7ac.O $srcdir/tta3-FF > /dev/null 2>&1
2255 case $? in
2256 0) if test "$VERBOSE" ; then $echo "passed 7ac"; fi ;;
2257 1) $echo "Test 7ac failed: files 7ac.O and $srcdir/tta3-FF differ" 1>&2;
2258 errors=`expr $errors + 1` ;;
2259 2) $echo "Test 7ac may have failed." 1>&2;
2260 $echo The command "cmp 7ac.O $srcdir/tta3-FF" failed. 1>&2 ;
2261 errors=`expr $errors + 1` ;;
2262 esac
2264 test -s 7ac.E || rm -f 7ac.E
2265 $xx --test -h x -T -b -3 $srcdir/0FnFnt > 7ba.O 2> 7ba.E
2266 code=$?
2267 if test $code != 0 ; then
2268 $echo "Test 7ba failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2269 errors=`expr $errors + 1`
2270 else
2271 cmp 7ba.O $srcdir/ttb3-0FF > /dev/null 2>&1
2272 case $? in
2273 0) if test "$VERBOSE" ; then $echo "passed 7ba"; fi ;;
2274 1) $echo "Test 7ba failed: files 7ba.O and $srcdir/ttb3-0FF differ" 1>&2;
2275 errors=`expr $errors + 1` ;;
2276 2) $echo "Test 7ba may have failed." 1>&2;
2277 $echo The command "cmp 7ba.O $srcdir/ttb3-0FF" failed. 1>&2 ;
2278 errors=`expr $errors + 1` ;;
2279 esac
2281 test -s 7ba.E || rm -f 7ba.E
2282 $xx --test -h x -T -b -3 $srcdir/FFn > 7bb.O 2> 7bb.E
2283 code=$?
2284 if test $code != 0 ; then
2285 $echo "Test 7bb failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2286 errors=`expr $errors + 1`
2287 else
2288 cmp 7bb.O $srcdir/ttb3-FF > /dev/null 2>&1
2289 case $? in
2290 0) if test "$VERBOSE" ; then $echo "passed 7bb"; fi ;;
2291 1) $echo "Test 7bb failed: files 7bb.O and $srcdir/ttb3-FF differ" 1>&2;
2292 errors=`expr $errors + 1` ;;
2293 2) $echo "Test 7bb may have failed." 1>&2;
2294 $echo The command "cmp 7bb.O $srcdir/ttb3-FF" failed. 1>&2 ;
2295 errors=`expr $errors + 1` ;;
2296 esac
2298 test -s 7bb.E || rm -f 7bb.E
2299 $xx --test -h x -T -b -3 -l 24 $srcdir/FnFn > 7bc.O 2> 7bc.E
2300 code=$?
2301 if test $code != 0 ; then
2302 $echo "Test 7bc failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2303 errors=`expr $errors + 1`
2304 else
2305 cmp 7bc.O $srcdir/ttb3-FF > /dev/null 2>&1
2306 case $? in
2307 0) if test "$VERBOSE" ; then $echo "passed 7bc"; fi ;;
2308 1) $echo "Test 7bc failed: files 7bc.O and $srcdir/ttb3-FF differ" 1>&2;
2309 errors=`expr $errors + 1` ;;
2310 2) $echo "Test 7bc may have failed." 1>&2;
2311 $echo The command "cmp 7bc.O $srcdir/ttb3-FF" failed. 1>&2 ;
2312 errors=`expr $errors + 1` ;;
2313 esac
2315 test -s 7bc.E || rm -f 7bc.E
2316 $xx --test -h x -n.3 -l 17 -f $srcdir/tFFt-bl > 9a.O 2> 9a.E
2317 code=$?
2318 if test $code != 0 ; then
2319 $echo "Test 9a failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2320 errors=`expr $errors + 1`
2321 else
2322 cmp 9a.O $srcdir/nl17f-bl > /dev/null 2>&1
2323 case $? in
2324 0) if test "$VERBOSE" ; then $echo "passed 9a"; fi ;;
2325 1) $echo "Test 9a failed: files 9a.O and $srcdir/nl17f-bl differ" 1>&2;
2326 errors=`expr $errors + 1` ;;
2327 2) $echo "Test 9a may have failed." 1>&2;
2328 $echo The command "cmp 9a.O $srcdir/nl17f-bl" failed. 1>&2 ;
2329 errors=`expr $errors + 1` ;;
2330 esac
2332 test -s 9a.E || rm -f 9a.E
2333 $xx --test -h x -n.3 -N 15 -l 17 -f $srcdir/tFFt-bl > 9b.O 2> 9b.E
2334 code=$?
2335 if test $code != 0 ; then
2336 $echo "Test 9b failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2337 errors=`expr $errors + 1`
2338 else
2339 cmp 9b.O $srcdir/nN15l17f-bl > /dev/null 2>&1
2340 case $? in
2341 0) if test "$VERBOSE" ; then $echo "passed 9b"; fi ;;
2342 1) $echo "Test 9b failed: files 9b.O and $srcdir/nN15l17f-bl differ" 1>&2;
2343 errors=`expr $errors + 1` ;;
2344 2) $echo "Test 9b may have failed." 1>&2;
2345 $echo The command "cmp 9b.O $srcdir/nN15l17f-bl" failed. 1>&2 ;
2346 errors=`expr $errors + 1` ;;
2347 esac
2349 test -s 9b.E || rm -f 9b.E
2350 $xx --test -h x -n.3 +2 -l 17 -f $srcdir/tFFt-bl > 9Pa.O 2> 9Pa.E
2351 code=$?
2352 if test $code != 0 ; then
2353 $echo "Test 9Pa failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2354 errors=`expr $errors + 1`
2355 else
2356 cmp 9Pa.O $srcdir/n+2l17f-bl > /dev/null 2>&1
2357 case $? in
2358 0) if test "$VERBOSE" ; then $echo "passed 9Pa"; fi ;;
2359 1) $echo "Test 9Pa failed: files 9Pa.O and $srcdir/n+2l17f-bl differ" 1>&2;
2360 errors=`expr $errors + 1` ;;
2361 2) $echo "Test 9Pa may have failed." 1>&2;
2362 $echo The command "cmp 9Pa.O $srcdir/n+2l17f-bl" failed. 1>&2 ;
2363 errors=`expr $errors + 1` ;;
2364 esac
2366 test -s 9Pa.E || rm -f 9Pa.E
2367 $xx --test -h x -n.3 +3 -l 17 -f $srcdir/tFFt-bl > 9Pb.O 2> 9Pb.E
2368 code=$?
2369 if test $code != 0 ; then
2370 $echo "Test 9Pb failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2371 errors=`expr $errors + 1`
2372 else
2373 cmp 9Pb.O $srcdir/n+3l17f-bl > /dev/null 2>&1
2374 case $? in
2375 0) if test "$VERBOSE" ; then $echo "passed 9Pb"; fi ;;
2376 1) $echo "Test 9Pb failed: files 9Pb.O and $srcdir/n+3l17f-bl differ" 1>&2;
2377 errors=`expr $errors + 1` ;;
2378 2) $echo "Test 9Pb may have failed." 1>&2;
2379 $echo The command "cmp 9Pb.O $srcdir/n+3l17f-bl" failed. 1>&2 ;
2380 errors=`expr $errors + 1` ;;
2381 esac
2383 test -s 9Pb.E || rm -f 9Pb.E
2384 $xx --test -h x -n.3 -N 1 +3 -l 17 -f $srcdir/tFFt-bl > 9Pc.O 2> 9Pc.E
2385 code=$?
2386 if test $code != 0 ; then
2387 $echo "Test 9Pc failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2388 errors=`expr $errors + 1`
2389 else
2390 cmp 9Pc.O $srcdir/nN1+3l17f-bl > /dev/null 2>&1
2391 case $? in
2392 0) if test "$VERBOSE" ; then $echo "passed 9Pc"; fi ;;
2393 1) $echo "Test 9Pc failed: files 9Pc.O and $srcdir/nN1+3l17f-bl differ" 1>&2;
2394 errors=`expr $errors + 1` ;;
2395 2) $echo "Test 9Pc may have failed." 1>&2;
2396 $echo The command "cmp 9Pc.O $srcdir/nN1+3l17f-bl" failed. 1>&2 ;
2397 errors=`expr $errors + 1` ;;
2398 esac
2400 test -s 9Pc.E || rm -f 9Pc.E
2401 $xx --test -h x -n.3 +2 -l 17 -f $srcdir/0FFt > 9Pe.O 2> 9Pe.E
2402 code=$?
2403 if test $code != 0 ; then
2404 $echo "Test 9Pe failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2405 errors=`expr $errors + 1`
2406 else
2407 cmp 9Pe.O $srcdir/n+2l17f-0FF > /dev/null 2>&1
2408 case $? in
2409 0) if test "$VERBOSE" ; then $echo "passed 9Pe"; fi ;;
2410 1) $echo "Test 9Pe failed: files 9Pe.O and $srcdir/n+2l17f-0FF differ" 1>&2;
2411 errors=`expr $errors + 1` ;;
2412 2) $echo "Test 9Pe may have failed." 1>&2;
2413 $echo The command "cmp 9Pe.O $srcdir/n+2l17f-0FF" failed. 1>&2 ;
2414 errors=`expr $errors + 1` ;;
2415 esac
2417 test -s 9Pe.E || rm -f 9Pe.E
2418 $xx --test -h x -n.3 +2 -l 17 -f $srcdir/0FFnt > 9Pf.O 2> 9Pf.E
2419 code=$?
2420 if test $code != 0 ; then
2421 $echo "Test 9Pf failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2422 errors=`expr $errors + 1`
2423 else
2424 cmp 9Pf.O $srcdir/n+2l17f-0FF > /dev/null 2>&1
2425 case $? in
2426 0) if test "$VERBOSE" ; then $echo "passed 9Pf"; fi ;;
2427 1) $echo "Test 9Pf failed: files 9Pf.O and $srcdir/n+2l17f-0FF differ" 1>&2;
2428 errors=`expr $errors + 1` ;;
2429 2) $echo "Test 9Pf may have failed." 1>&2;
2430 $echo The command "cmp 9Pf.O $srcdir/n+2l17f-0FF" failed. 1>&2 ;
2431 errors=`expr $errors + 1` ;;
2432 esac
2434 test -s 9Pf.E || rm -f 9Pf.E
2435 $xx --test -h x -n.3 +2 -l 17 -f $srcdir/0FnFt > 9Pg.O 2> 9Pg.E
2436 code=$?
2437 if test $code != 0 ; then
2438 $echo "Test 9Pg failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2439 errors=`expr $errors + 1`
2440 else
2441 cmp 9Pg.O $srcdir/n+2l17f-0FF > /dev/null 2>&1
2442 case $? in
2443 0) if test "$VERBOSE" ; then $echo "passed 9Pg"; fi ;;
2444 1) $echo "Test 9Pg failed: files 9Pg.O and $srcdir/n+2l17f-0FF differ" 1>&2;
2445 errors=`expr $errors + 1` ;;
2446 2) $echo "Test 9Pg may have failed." 1>&2;
2447 $echo The command "cmp 9Pg.O $srcdir/n+2l17f-0FF" failed. 1>&2 ;
2448 errors=`expr $errors + 1` ;;
2449 esac
2451 test -s 9Pg.E || rm -f 9Pg.E
2452 $xx --test -h x -n.3 +2 -l 17 -f $srcdir/0FnFnt > 9Ph.O 2> 9Ph.E
2453 code=$?
2454 if test $code != 0 ; then
2455 $echo "Test 9Ph failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2456 errors=`expr $errors + 1`
2457 else
2458 cmp 9Ph.O $srcdir/n+2l17f-0FF > /dev/null 2>&1
2459 case $? in
2460 0) if test "$VERBOSE" ; then $echo "passed 9Ph"; fi ;;
2461 1) $echo "Test 9Ph failed: files 9Ph.O and $srcdir/n+2l17f-0FF differ" 1>&2;
2462 errors=`expr $errors + 1` ;;
2463 2) $echo "Test 9Ph may have failed." 1>&2;
2464 $echo The command "cmp 9Ph.O $srcdir/n+2l17f-0FF" failed. 1>&2 ;
2465 errors=`expr $errors + 1` ;;
2466 esac
2468 test -s 9Ph.E || rm -f 9Ph.E
2469 $xx --test -h x -n.3 +2:5 -l 17 -f $srcdir/0FFt > 9Pi.O 2> 9Pi.E
2470 code=$?
2471 if test $code != 0 ; then
2472 $echo "Test 9Pi failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2473 errors=`expr $errors + 1`
2474 else
2475 cmp 9Pi.O $srcdir/n+2-5l17f-0FF > /dev/null 2>&1
2476 case $? in
2477 0) if test "$VERBOSE" ; then $echo "passed 9Pi"; fi ;;
2478 1) $echo "Test 9Pi failed: files 9Pi.O and $srcdir/n+2-5l17f-0FF differ" 1>&2;
2479 errors=`expr $errors + 1` ;;
2480 2) $echo "Test 9Pi may have failed." 1>&2;
2481 $echo The command "cmp 9Pi.O $srcdir/n+2-5l17f-0FF" failed. 1>&2 ;
2482 errors=`expr $errors + 1` ;;
2483 esac
2485 test -s 9Pi.E || rm -f 9Pi.E
2486 $xx --test -h x -n.3 +3 -l 17 -f $srcdir/0FFt > 9Pj.O 2> 9Pj.E
2487 code=$?
2488 if test $code != 0 ; then
2489 $echo "Test 9Pj failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2490 errors=`expr $errors + 1`
2491 else
2492 cmp 9Pj.O $srcdir/n+3l17f-0FF > /dev/null 2>&1
2493 case $? in
2494 0) if test "$VERBOSE" ; then $echo "passed 9Pj"; fi ;;
2495 1) $echo "Test 9Pj failed: files 9Pj.O and $srcdir/n+3l17f-0FF differ" 1>&2;
2496 errors=`expr $errors + 1` ;;
2497 2) $echo "Test 9Pj may have failed." 1>&2;
2498 $echo The command "cmp 9Pj.O $srcdir/n+3l17f-0FF" failed. 1>&2 ;
2499 errors=`expr $errors + 1` ;;
2500 esac
2502 test -s 9Pj.E || rm -f 9Pj.E
2503 $xx --test -h x -n.3 +3 -l 17 -f $srcdir/0FFnt > 9Pk.O 2> 9Pk.E
2504 code=$?
2505 if test $code != 0 ; then
2506 $echo "Test 9Pk failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2507 errors=`expr $errors + 1`
2508 else
2509 cmp 9Pk.O $srcdir/n+3l17f-0FF > /dev/null 2>&1
2510 case $? in
2511 0) if test "$VERBOSE" ; then $echo "passed 9Pk"; fi ;;
2512 1) $echo "Test 9Pk failed: files 9Pk.O and $srcdir/n+3l17f-0FF differ" 1>&2;
2513 errors=`expr $errors + 1` ;;
2514 2) $echo "Test 9Pk may have failed." 1>&2;
2515 $echo The command "cmp 9Pk.O $srcdir/n+3l17f-0FF" failed. 1>&2 ;
2516 errors=`expr $errors + 1` ;;
2517 esac
2519 test -s 9Pk.E || rm -f 9Pk.E
2520 $xx --test -h x -n.3 +3 -l 17 -f $srcdir/0FnFt > 9Pl.O 2> 9Pl.E
2521 code=$?
2522 if test $code != 0 ; then
2523 $echo "Test 9Pl failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2524 errors=`expr $errors + 1`
2525 else
2526 cmp 9Pl.O $srcdir/n+3l17f-0FF > /dev/null 2>&1
2527 case $? in
2528 0) if test "$VERBOSE" ; then $echo "passed 9Pl"; fi ;;
2529 1) $echo "Test 9Pl failed: files 9Pl.O and $srcdir/n+3l17f-0FF differ" 1>&2;
2530 errors=`expr $errors + 1` ;;
2531 2) $echo "Test 9Pl may have failed." 1>&2;
2532 $echo The command "cmp 9Pl.O $srcdir/n+3l17f-0FF" failed. 1>&2 ;
2533 errors=`expr $errors + 1` ;;
2534 esac
2536 test -s 9Pl.E || rm -f 9Pl.E
2537 $xx --test -h x -n.3 +3 -l 17 -f $srcdir/0FnFnt > 9Pm.O 2> 9Pm.E
2538 code=$?
2539 if test $code != 0 ; then
2540 $echo "Test 9Pm failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2541 errors=`expr $errors + 1`
2542 else
2543 cmp 9Pm.O $srcdir/n+3l17f-0FF > /dev/null 2>&1
2544 case $? in
2545 0) if test "$VERBOSE" ; then $echo "passed 9Pm"; fi ;;
2546 1) $echo "Test 9Pm failed: files 9Pm.O and $srcdir/n+3l17f-0FF differ" 1>&2;
2547 errors=`expr $errors + 1` ;;
2548 2) $echo "Test 9Pm may have failed." 1>&2;
2549 $echo The command "cmp 9Pm.O $srcdir/n+3l17f-0FF" failed. 1>&2 ;
2550 errors=`expr $errors + 1` ;;
2551 esac
2553 test -s 9Pm.E || rm -f 9Pm.E
2554 $xx --test -h x -n.3 +7 -l 24 $srcdir/FFn > 9Pn.O 2> 9Pn.E
2555 code=$?
2556 if test $code != 0 ; then
2557 $echo "Test 9Pn failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2558 errors=`expr $errors + 1`
2559 else
2560 cmp 9Pn.O $srcdir/n+7l24-FF > /dev/null 2>&1
2561 case $? in
2562 0) if test "$VERBOSE" ; then $echo "passed 9Pn"; fi ;;
2563 1) $echo "Test 9Pn failed: files 9Pn.O and $srcdir/n+7l24-FF differ" 1>&2;
2564 errors=`expr $errors + 1` ;;
2565 2) $echo "Test 9Pn may have failed." 1>&2;
2566 $echo The command "cmp 9Pn.O $srcdir/n+7l24-FF" failed. 1>&2 ;
2567 errors=`expr $errors + 1` ;;
2568 esac
2570 test -s 9Pn.E || rm -f 9Pn.E
2571 $xx --test -h x -n.3 +7 -l 24 $srcdir/FFtn > 9Po.O 2> 9Po.E
2572 code=$?
2573 if test $code != 0 ; then
2574 $echo "Test 9Po failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2575 errors=`expr $errors + 1`
2576 else
2577 cmp 9Po.O $srcdir/n+7l24-FF > /dev/null 2>&1
2578 case $? in
2579 0) if test "$VERBOSE" ; then $echo "passed 9Po"; fi ;;
2580 1) $echo "Test 9Po failed: files 9Po.O and $srcdir/n+7l24-FF differ" 1>&2;
2581 errors=`expr $errors + 1` ;;
2582 2) $echo "Test 9Po may have failed." 1>&2;
2583 $echo The command "cmp 9Po.O $srcdir/n+7l24-FF" failed. 1>&2 ;
2584 errors=`expr $errors + 1` ;;
2585 esac
2587 test -s 9Po.E || rm -f 9Po.E
2588 $xx --test -h x -n.3 +7 -l 24 $srcdir/FnFn > 9Pp.O 2> 9Pp.E
2589 code=$?
2590 if test $code != 0 ; then
2591 $echo "Test 9Pp failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2592 errors=`expr $errors + 1`
2593 else
2594 cmp 9Pp.O $srcdir/n+7l24-FF > /dev/null 2>&1
2595 case $? in
2596 0) if test "$VERBOSE" ; then $echo "passed 9Pp"; fi ;;
2597 1) $echo "Test 9Pp failed: files 9Pp.O and $srcdir/n+7l24-FF differ" 1>&2;
2598 errors=`expr $errors + 1` ;;
2599 2) $echo "Test 9Pp may have failed." 1>&2;
2600 $echo The command "cmp 9Pp.O $srcdir/n+7l24-FF" failed. 1>&2 ;
2601 errors=`expr $errors + 1` ;;
2602 esac
2604 test -s 9Pp.E || rm -f 9Pp.E
2605 $xx --test -h x -n.3 +3:7 -l 24 $srcdir/FnFn > 9Pq.O 2> 9Pq.E
2606 code=$?
2607 if test $code != 0 ; then
2608 $echo "Test 9Pq failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2609 errors=`expr $errors + 1`
2610 else
2611 cmp 9Pq.O $srcdir/n+3-7l24-FF > /dev/null 2>&1
2612 case $? in
2613 0) if test "$VERBOSE" ; then $echo "passed 9Pq"; fi ;;
2614 1) $echo "Test 9Pq failed: files 9Pq.O and $srcdir/n+3-7l24-FF differ" 1>&2;
2615 errors=`expr $errors + 1` ;;
2616 2) $echo "Test 9Pq may have failed." 1>&2;
2617 $echo The command "cmp 9Pq.O $srcdir/n+3-7l24-FF" failed. 1>&2 ;
2618 errors=`expr $errors + 1` ;;
2619 esac
2621 test -s 9Pq.E || rm -f 9Pq.E
2622 $xx --test -h x -n.3 +8 -l 20 $srcdir/tFFn > 9Pr.O 2> 9Pr.E
2623 code=$?
2624 if test $code != 0 ; then
2625 $echo "Test 9Pr failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2626 errors=`expr $errors + 1`
2627 else
2628 cmp 9Pr.O $srcdir/n+8l20-FF > /dev/null 2>&1
2629 case $? in
2630 0) if test "$VERBOSE" ; then $echo "passed 9Pr"; fi ;;
2631 1) $echo "Test 9Pr failed: files 9Pr.O and $srcdir/n+8l20-FF differ" 1>&2;
2632 errors=`expr $errors + 1` ;;
2633 2) $echo "Test 9Pr may have failed." 1>&2;
2634 $echo The command "cmp 9Pr.O $srcdir/n+8l20-FF" failed. 1>&2 ;
2635 errors=`expr $errors + 1` ;;
2636 esac
2638 test -s 9Pr.E || rm -f 9Pr.E
2639 $xx --test -h x -n.3 +8 -l 20 $srcdir/tFnFt > 9Ps.O 2> 9Ps.E
2640 code=$?
2641 if test $code != 0 ; then
2642 $echo "Test 9Ps failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2643 errors=`expr $errors + 1`
2644 else
2645 cmp 9Ps.O $srcdir/n+8l20-FF > /dev/null 2>&1
2646 case $? in
2647 0) if test "$VERBOSE" ; then $echo "passed 9Ps"; fi ;;
2648 1) $echo "Test 9Ps failed: files 9Ps.O and $srcdir/n+8l20-FF differ" 1>&2;
2649 errors=`expr $errors + 1` ;;
2650 2) $echo "Test 9Ps may have failed." 1>&2;
2651 $echo The command "cmp 9Ps.O $srcdir/n+8l20-FF" failed. 1>&2 ;
2652 errors=`expr $errors + 1` ;;
2653 esac
2655 test -s 9Ps.E || rm -f 9Ps.E
2656 $xx --test -h x -n.3 +8 -l 20 $srcdir/tFFt > 9Pt.O 2> 9Pt.E
2657 code=$?
2658 if test $code != 0 ; then
2659 $echo "Test 9Pt failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2660 errors=`expr $errors + 1`
2661 else
2662 cmp 9Pt.O $srcdir/n+8l20-FF > /dev/null 2>&1
2663 case $? in
2664 0) if test "$VERBOSE" ; then $echo "passed 9Pt"; fi ;;
2665 1) $echo "Test 9Pt failed: files 9Pt.O and $srcdir/n+8l20-FF differ" 1>&2;
2666 errors=`expr $errors + 1` ;;
2667 2) $echo "Test 9Pt may have failed." 1>&2;
2668 $echo The command "cmp 9Pt.O $srcdir/n+8l20-FF" failed. 1>&2 ;
2669 errors=`expr $errors + 1` ;;
2670 esac
2672 test -s 9Pt.E || rm -f 9Pt.E
2673 $xx --test -h x -n.3 +5 -a -3 -l 6 -f $srcdir/0FFt > 9Paa.O 2> 9Paa.E
2674 code=$?
2675 if test $code != 0 ; then
2676 $echo "Test 9Paa failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2677 errors=`expr $errors + 1`
2678 else
2679 cmp 9Paa.O $srcdir/n+5a3l6f-0FF > /dev/null 2>&1
2680 case $? in
2681 0) if test "$VERBOSE" ; then $echo "passed 9Paa"; fi ;;
2682 1) $echo "Test 9Paa failed: files 9Paa.O and $srcdir/n+5a3l6f-0FF differ" 1>&2;
2683 errors=`expr $errors + 1` ;;
2684 2) $echo "Test 9Paa may have failed." 1>&2;
2685 $echo The command "cmp 9Paa.O $srcdir/n+5a3l6f-0FF" failed. 1>&2 ;
2686 errors=`expr $errors + 1` ;;
2687 esac
2689 test -s 9Paa.E || rm -f 9Paa.E
2690 $xx --test -h x -n.3 +5 -a -3 -l 6 -f $srcdir/0FFnt > 9Pab.O 2> 9Pab.E
2691 code=$?
2692 if test $code != 0 ; then
2693 $echo "Test 9Pab failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2694 errors=`expr $errors + 1`
2695 else
2696 cmp 9Pab.O $srcdir/n+5a3l6f-0FF > /dev/null 2>&1
2697 case $? in
2698 0) if test "$VERBOSE" ; then $echo "passed 9Pab"; fi ;;
2699 1) $echo "Test 9Pab failed: files 9Pab.O and $srcdir/n+5a3l6f-0FF differ" 1>&2;
2700 errors=`expr $errors + 1` ;;
2701 2) $echo "Test 9Pab may have failed." 1>&2;
2702 $echo The command "cmp 9Pab.O $srcdir/n+5a3l6f-0FF" failed. 1>&2 ;
2703 errors=`expr $errors + 1` ;;
2704 esac
2706 test -s 9Pab.E || rm -f 9Pab.E
2707 $xx --test -h x -n.3 +5 -a -3 -l 6 -f $srcdir/0FnFt > 9Pac.O 2> 9Pac.E
2708 code=$?
2709 if test $code != 0 ; then
2710 $echo "Test 9Pac failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2711 errors=`expr $errors + 1`
2712 else
2713 cmp 9Pac.O $srcdir/n+5a3l6f-0FF > /dev/null 2>&1
2714 case $? in
2715 0) if test "$VERBOSE" ; then $echo "passed 9Pac"; fi ;;
2716 1) $echo "Test 9Pac failed: files 9Pac.O and $srcdir/n+5a3l6f-0FF differ" 1>&2;
2717 errors=`expr $errors + 1` ;;
2718 2) $echo "Test 9Pac may have failed." 1>&2;
2719 $echo The command "cmp 9Pac.O $srcdir/n+5a3l6f-0FF" failed. 1>&2 ;
2720 errors=`expr $errors + 1` ;;
2721 esac
2723 test -s 9Pac.E || rm -f 9Pac.E
2724 $xx --test -h x -n.3 +5 -a -3 -l 6 -f $srcdir/0FnFnt > 9Pad.O 2> 9Pad.E
2725 code=$?
2726 if test $code != 0 ; then
2727 $echo "Test 9Pad failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2728 errors=`expr $errors + 1`
2729 else
2730 cmp 9Pad.O $srcdir/n+5a3l6f-0FF > /dev/null 2>&1
2731 case $? in
2732 0) if test "$VERBOSE" ; then $echo "passed 9Pad"; fi ;;
2733 1) $echo "Test 9Pad failed: files 9Pad.O and $srcdir/n+5a3l6f-0FF differ" 1>&2;
2734 errors=`expr $errors + 1` ;;
2735 2) $echo "Test 9Pad may have failed." 1>&2;
2736 $echo The command "cmp 9Pad.O $srcdir/n+5a3l6f-0FF" failed. 1>&2 ;
2737 errors=`expr $errors + 1` ;;
2738 esac
2740 test -s 9Pad.E || rm -f 9Pad.E
2741 $xx --test -h x -n.3 +6 -a -2 -l 17 $srcdir/FFn > 9Pae.O 2> 9Pae.E
2742 code=$?
2743 if test $code != 0 ; then
2744 $echo "Test 9Pae failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2745 errors=`expr $errors + 1`
2746 else
2747 cmp 9Pae.O $srcdir/n+6a2l17-FF > /dev/null 2>&1
2748 case $? in
2749 0) if test "$VERBOSE" ; then $echo "passed 9Pae"; fi ;;
2750 1) $echo "Test 9Pae failed: files 9Pae.O and $srcdir/n+6a2l17-FF differ" 1>&2;
2751 errors=`expr $errors + 1` ;;
2752 2) $echo "Test 9Pae may have failed." 1>&2;
2753 $echo The command "cmp 9Pae.O $srcdir/n+6a2l17-FF" failed. 1>&2 ;
2754 errors=`expr $errors + 1` ;;
2755 esac
2757 test -s 9Pae.E || rm -f 9Pae.E
2758 $xx --test -h x -n.3 +6 -a -2 -l 17 $srcdir/FFtn > 9Paf.O 2> 9Paf.E
2759 code=$?
2760 if test $code != 0 ; then
2761 $echo "Test 9Paf failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2762 errors=`expr $errors + 1`
2763 else
2764 cmp 9Paf.O $srcdir/n+6a2l17-FF > /dev/null 2>&1
2765 case $? in
2766 0) if test "$VERBOSE" ; then $echo "passed 9Paf"; fi ;;
2767 1) $echo "Test 9Paf failed: files 9Paf.O and $srcdir/n+6a2l17-FF differ" 1>&2;
2768 errors=`expr $errors + 1` ;;
2769 2) $echo "Test 9Paf may have failed." 1>&2;
2770 $echo The command "cmp 9Paf.O $srcdir/n+6a2l17-FF" failed. 1>&2 ;
2771 errors=`expr $errors + 1` ;;
2772 esac
2774 test -s 9Paf.E || rm -f 9Paf.E
2775 $xx --test -h x -n.3 +6 -a -2 -l 17 $srcdir/FnFn > 9Pag.O 2> 9Pag.E
2776 code=$?
2777 if test $code != 0 ; then
2778 $echo "Test 9Pag failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2779 errors=`expr $errors + 1`
2780 else
2781 cmp 9Pag.O $srcdir/n+6a2l17-FF > /dev/null 2>&1
2782 case $? in
2783 0) if test "$VERBOSE" ; then $echo "passed 9Pag"; fi ;;
2784 1) $echo "Test 9Pag failed: files 9Pag.O and $srcdir/n+6a2l17-FF differ" 1>&2;
2785 errors=`expr $errors + 1` ;;
2786 2) $echo "Test 9Pag may have failed." 1>&2;
2787 $echo The command "cmp 9Pag.O $srcdir/n+6a2l17-FF" failed. 1>&2 ;
2788 errors=`expr $errors + 1` ;;
2789 esac
2791 test -s 9Pag.E || rm -f 9Pag.E
2792 $xx --test -h x -n.3 +6 -a -2 -l 17 $srcdir/tFFn > 9Pah.O 2> 9Pah.E
2793 code=$?
2794 if test $code != 0 ; then
2795 $echo "Test 9Pah failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2796 errors=`expr $errors + 1`
2797 else
2798 cmp 9Pah.O $srcdir/n+6a2l17-FF > /dev/null 2>&1
2799 case $? in
2800 0) if test "$VERBOSE" ; then $echo "passed 9Pah"; fi ;;
2801 1) $echo "Test 9Pah failed: files 9Pah.O and $srcdir/n+6a2l17-FF differ" 1>&2;
2802 errors=`expr $errors + 1` ;;
2803 2) $echo "Test 9Pah may have failed." 1>&2;
2804 $echo The command "cmp 9Pah.O $srcdir/n+6a2l17-FF" failed. 1>&2 ;
2805 errors=`expr $errors + 1` ;;
2806 esac
2808 test -s 9Pah.E || rm -f 9Pah.E
2809 $xx --test -h x -n.3 +6 -a -2 -l 17 $srcdir/tFnFt > 9Pai.O 2> 9Pai.E
2810 code=$?
2811 if test $code != 0 ; then
2812 $echo "Test 9Pai failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2813 errors=`expr $errors + 1`
2814 else
2815 cmp 9Pai.O $srcdir/n+6a2l17-FF > /dev/null 2>&1
2816 case $? in
2817 0) if test "$VERBOSE" ; then $echo "passed 9Pai"; fi ;;
2818 1) $echo "Test 9Pai failed: files 9Pai.O and $srcdir/n+6a2l17-FF differ" 1>&2;
2819 errors=`expr $errors + 1` ;;
2820 2) $echo "Test 9Pai may have failed." 1>&2;
2821 $echo The command "cmp 9Pai.O $srcdir/n+6a2l17-FF" failed. 1>&2 ;
2822 errors=`expr $errors + 1` ;;
2823 esac
2825 test -s 9Pai.E || rm -f 9Pai.E
2826 $xx --test -h x -n.3 +6 -a -2 -l 17 $srcdir/tFFt > 9Paj.O 2> 9Paj.E
2827 code=$?
2828 if test $code != 0 ; then
2829 $echo "Test 9Paj failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2830 errors=`expr $errors + 1`
2831 else
2832 cmp 9Paj.O $srcdir/n+6a2l17-FF > /dev/null 2>&1
2833 case $? in
2834 0) if test "$VERBOSE" ; then $echo "passed 9Paj"; fi ;;
2835 1) $echo "Test 9Paj failed: files 9Paj.O and $srcdir/n+6a2l17-FF differ" 1>&2;
2836 errors=`expr $errors + 1` ;;
2837 2) $echo "Test 9Paj may have failed." 1>&2;
2838 $echo The command "cmp 9Paj.O $srcdir/n+6a2l17-FF" failed. 1>&2 ;
2839 errors=`expr $errors + 1` ;;
2840 esac
2842 test -s 9Paj.E || rm -f 9Paj.E
2843 $xx --test -h x -n.3 +4:8 -a -2 -l 17 $srcdir/tFFt > 9Pak.O 2> 9Pak.E
2844 code=$?
2845 if test $code != 0 ; then
2846 $echo "Test 9Pak failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2847 errors=`expr $errors + 1`
2848 else
2849 cmp 9Pak.O $srcdir/n+4-8a2l17-FF > /dev/null 2>&1
2850 case $? in
2851 0) if test "$VERBOSE" ; then $echo "passed 9Pak"; fi ;;
2852 1) $echo "Test 9Pak failed: files 9Pak.O and $srcdir/n+4-8a2l17-FF differ" 1>&2;
2853 errors=`expr $errors + 1` ;;
2854 2) $echo "Test 9Pak may have failed." 1>&2;
2855 $echo The command "cmp 9Pak.O $srcdir/n+4-8a2l17-FF" failed. 1>&2 ;
2856 errors=`expr $errors + 1` ;;
2857 esac
2859 test -s 9Pak.E || rm -f 9Pak.E
2860 $xx --test -h x -n.3 +4 -b -2 -l 10 -f $srcdir/0FFt > 9Pba.O 2> 9Pba.E
2861 code=$?
2862 if test $code != 0 ; then
2863 $echo "Test 9Pba failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2864 errors=`expr $errors + 1`
2865 else
2866 cmp 9Pba.O $srcdir/n+4b2l10f-0FF > /dev/null 2>&1
2867 case $? in
2868 0) if test "$VERBOSE" ; then $echo "passed 9Pba"; fi ;;
2869 1) $echo "Test 9Pba failed: files 9Pba.O and $srcdir/n+4b2l10f-0FF differ" 1>&2;
2870 errors=`expr $errors + 1` ;;
2871 2) $echo "Test 9Pba may have failed." 1>&2;
2872 $echo The command "cmp 9Pba.O $srcdir/n+4b2l10f-0FF" failed. 1>&2 ;
2873 errors=`expr $errors + 1` ;;
2874 esac
2876 test -s 9Pba.E || rm -f 9Pba.E
2877 $xx --test -h x -n.3 +4 -b -2 -l 10 -f $srcdir/0FFnt > 9Pbb.O 2> 9Pbb.E
2878 code=$?
2879 if test $code != 0 ; then
2880 $echo "Test 9Pbb failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2881 errors=`expr $errors + 1`
2882 else
2883 cmp 9Pbb.O $srcdir/n+4b2l10f-0FF > /dev/null 2>&1
2884 case $? in
2885 0) if test "$VERBOSE" ; then $echo "passed 9Pbb"; fi ;;
2886 1) $echo "Test 9Pbb failed: files 9Pbb.O and $srcdir/n+4b2l10f-0FF differ" 1>&2;
2887 errors=`expr $errors + 1` ;;
2888 2) $echo "Test 9Pbb may have failed." 1>&2;
2889 $echo The command "cmp 9Pbb.O $srcdir/n+4b2l10f-0FF" failed. 1>&2 ;
2890 errors=`expr $errors + 1` ;;
2891 esac
2893 test -s 9Pbb.E || rm -f 9Pbb.E
2894 $xx --test -h x -n.3 +4 -b -2 -l 10 -f $srcdir/0FnFt > 9Pbc.O 2> 9Pbc.E
2895 code=$?
2896 if test $code != 0 ; then
2897 $echo "Test 9Pbc failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2898 errors=`expr $errors + 1`
2899 else
2900 cmp 9Pbc.O $srcdir/n+4b2l10f-0FF > /dev/null 2>&1
2901 case $? in
2902 0) if test "$VERBOSE" ; then $echo "passed 9Pbc"; fi ;;
2903 1) $echo "Test 9Pbc failed: files 9Pbc.O and $srcdir/n+4b2l10f-0FF differ" 1>&2;
2904 errors=`expr $errors + 1` ;;
2905 2) $echo "Test 9Pbc may have failed." 1>&2;
2906 $echo The command "cmp 9Pbc.O $srcdir/n+4b2l10f-0FF" failed. 1>&2 ;
2907 errors=`expr $errors + 1` ;;
2908 esac
2910 test -s 9Pbc.E || rm -f 9Pbc.E
2911 $xx --test -h x -n.3 +4 -b -2 -l 10 -f $srcdir/0FnFnt > 9Pbd.O 2> 9Pbd.E
2912 code=$?
2913 if test $code != 0 ; then
2914 $echo "Test 9Pbd failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2915 errors=`expr $errors + 1`
2916 else
2917 cmp 9Pbd.O $srcdir/n+4b2l10f-0FF > /dev/null 2>&1
2918 case $? in
2919 0) if test "$VERBOSE" ; then $echo "passed 9Pbd"; fi ;;
2920 1) $echo "Test 9Pbd failed: files 9Pbd.O and $srcdir/n+4b2l10f-0FF differ" 1>&2;
2921 errors=`expr $errors + 1` ;;
2922 2) $echo "Test 9Pbd may have failed." 1>&2;
2923 $echo The command "cmp 9Pbd.O $srcdir/n+4b2l10f-0FF" failed. 1>&2 ;
2924 errors=`expr $errors + 1` ;;
2925 esac
2927 test -s 9Pbd.E || rm -f 9Pbd.E
2928 $xx --test -h x -n.3 +6 -b -3 -l 6 -f $srcdir/FFn > 9Pbe.O 2> 9Pbe.E
2929 code=$?
2930 if test $code != 0 ; then
2931 $echo "Test 9Pbe failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2932 errors=`expr $errors + 1`
2933 else
2934 cmp 9Pbe.O $srcdir/n+6b3l6f-FF > /dev/null 2>&1
2935 case $? in
2936 0) if test "$VERBOSE" ; then $echo "passed 9Pbe"; fi ;;
2937 1) $echo "Test 9Pbe failed: files 9Pbe.O and $srcdir/n+6b3l6f-FF differ" 1>&2;
2938 errors=`expr $errors + 1` ;;
2939 2) $echo "Test 9Pbe may have failed." 1>&2;
2940 $echo The command "cmp 9Pbe.O $srcdir/n+6b3l6f-FF" failed. 1>&2 ;
2941 errors=`expr $errors + 1` ;;
2942 esac
2944 test -s 9Pbe.E || rm -f 9Pbe.E
2945 $xx --test -h x -n.3 +6 -b -3 -l 6 -f $srcdir/FFtn > 9Pbf.O 2> 9Pbf.E
2946 code=$?
2947 if test $code != 0 ; then
2948 $echo "Test 9Pbf failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2949 errors=`expr $errors + 1`
2950 else
2951 cmp 9Pbf.O $srcdir/n+6b3l6f-FF > /dev/null 2>&1
2952 case $? in
2953 0) if test "$VERBOSE" ; then $echo "passed 9Pbf"; fi ;;
2954 1) $echo "Test 9Pbf failed: files 9Pbf.O and $srcdir/n+6b3l6f-FF differ" 1>&2;
2955 errors=`expr $errors + 1` ;;
2956 2) $echo "Test 9Pbf may have failed." 1>&2;
2957 $echo The command "cmp 9Pbf.O $srcdir/n+6b3l6f-FF" failed. 1>&2 ;
2958 errors=`expr $errors + 1` ;;
2959 esac
2961 test -s 9Pbf.E || rm -f 9Pbf.E
2962 $xx --test -h x -n.3 +6 -b -3 -l 6 -f $srcdir/FnFn > 9Pbg.O 2> 9Pbg.E
2963 code=$?
2964 if test $code != 0 ; then
2965 $echo "Test 9Pbg failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2966 errors=`expr $errors + 1`
2967 else
2968 cmp 9Pbg.O $srcdir/n+6b3l6f-FF > /dev/null 2>&1
2969 case $? in
2970 0) if test "$VERBOSE" ; then $echo "passed 9Pbg"; fi ;;
2971 1) $echo "Test 9Pbg failed: files 9Pbg.O and $srcdir/n+6b3l6f-FF differ" 1>&2;
2972 errors=`expr $errors + 1` ;;
2973 2) $echo "Test 9Pbg may have failed." 1>&2;
2974 $echo The command "cmp 9Pbg.O $srcdir/n+6b3l6f-FF" failed. 1>&2 ;
2975 errors=`expr $errors + 1` ;;
2976 esac
2978 test -s 9Pbg.E || rm -f 9Pbg.E
2979 $xx --test -h x -n.3 +6 -b -3 -l 6 -f $srcdir/tFFn > 9Pbh.O 2> 9Pbh.E
2980 code=$?
2981 if test $code != 0 ; then
2982 $echo "Test 9Pbh failed: ../../src/pr return code $code differs from expected value 0" 1>&2
2983 errors=`expr $errors + 1`
2984 else
2985 cmp 9Pbh.O $srcdir/n+6b3l6f-FF > /dev/null 2>&1
2986 case $? in
2987 0) if test "$VERBOSE" ; then $echo "passed 9Pbh"; fi ;;
2988 1) $echo "Test 9Pbh failed: files 9Pbh.O and $srcdir/n+6b3l6f-FF differ" 1>&2;
2989 errors=`expr $errors + 1` ;;
2990 2) $echo "Test 9Pbh may have failed." 1>&2;
2991 $echo The command "cmp 9Pbh.O $srcdir/n+6b3l6f-FF" failed. 1>&2 ;
2992 errors=`expr $errors + 1` ;;
2993 esac
2995 test -s 9Pbh.E || rm -f 9Pbh.E
2996 $xx --test -h x -n.3 +6 -b -3 -l 6 -f $srcdir/tFnFt > 9Pbi.O 2> 9Pbi.E
2997 code=$?
2998 if test $code != 0 ; then
2999 $echo "Test 9Pbi failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3000 errors=`expr $errors + 1`
3001 else
3002 cmp 9Pbi.O $srcdir/n+6b3l6f-FF > /dev/null 2>&1
3003 case $? in
3004 0) if test "$VERBOSE" ; then $echo "passed 9Pbi"; fi ;;
3005 1) $echo "Test 9Pbi failed: files 9Pbi.O and $srcdir/n+6b3l6f-FF differ" 1>&2;
3006 errors=`expr $errors + 1` ;;
3007 2) $echo "Test 9Pbi may have failed." 1>&2;
3008 $echo The command "cmp 9Pbi.O $srcdir/n+6b3l6f-FF" failed. 1>&2 ;
3009 errors=`expr $errors + 1` ;;
3010 esac
3012 test -s 9Pbi.E || rm -f 9Pbi.E
3013 $xx --test -h x -n.3 +6 -b -3 -l 6 -f $srcdir/tFFt > 9Pbj.O 2> 9Pbj.E
3014 code=$?
3015 if test $code != 0 ; then
3016 $echo "Test 9Pbj failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3017 errors=`expr $errors + 1`
3018 else
3019 cmp 9Pbj.O $srcdir/n+6b3l6f-FF > /dev/null 2>&1
3020 case $? in
3021 0) if test "$VERBOSE" ; then $echo "passed 9Pbj"; fi ;;
3022 1) $echo "Test 9Pbj failed: files 9Pbj.O and $srcdir/n+6b3l6f-FF differ" 1>&2;
3023 errors=`expr $errors + 1` ;;
3024 2) $echo "Test 9Pbj may have failed." 1>&2;
3025 $echo The command "cmp 9Pbj.O $srcdir/n+6b3l6f-FF" failed. 1>&2 ;
3026 errors=`expr $errors + 1` ;;
3027 esac
3029 test -s 9Pbj.E || rm -f 9Pbj.E
3030 $xx --test -h x -n.3 +5:8 -b -3 -l 10 -f $srcdir/FnFn > 9Pbk.O 2> 9Pbk.E
3031 code=$?
3032 if test $code != 0 ; then
3033 $echo "Test 9Pbk failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3034 errors=`expr $errors + 1`
3035 else
3036 cmp 9Pbk.O $srcdir/n+5-8b3l10f-FF > /dev/null 2>&1
3037 case $? in
3038 0) if test "$VERBOSE" ; then $echo "passed 9Pbk"; fi ;;
3039 1) $echo "Test 9Pbk failed: files 9Pbk.O and $srcdir/n+5-8b3l10f-FF differ" 1>&2;
3040 errors=`expr $errors + 1` ;;
3041 2) $echo "Test 9Pbk may have failed." 1>&2;
3042 $echo The command "cmp 9Pbk.O $srcdir/n+5-8b3l10f-FF" failed. 1>&2 ;
3043 errors=`expr $errors + 1` ;;
3044 esac
3046 test -s 9Pbk.E || rm -f 9Pbk.E
3047 $xx --test -h x -n.3 +3 -m -l 13 -f $srcdir/tFFt-bl $srcdir/FnFn > 9Pma.O 2> 9Pma.E
3048 code=$?
3049 if test $code != 0 ; then
3050 $echo "Test 9Pma failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3051 errors=`expr $errors + 1`
3052 else
3053 cmp 9Pma.O $srcdir/n+3ml13f-bl-FF > /dev/null 2>&1
3054 case $? in
3055 0) if test "$VERBOSE" ; then $echo "passed 9Pma"; fi ;;
3056 1) $echo "Test 9Pma failed: files 9Pma.O and $srcdir/n+3ml13f-bl-FF differ" 1>&2;
3057 errors=`expr $errors + 1` ;;
3058 2) $echo "Test 9Pma may have failed." 1>&2;
3059 $echo The command "cmp 9Pma.O $srcdir/n+3ml13f-bl-FF" failed. 1>&2 ;
3060 errors=`expr $errors + 1` ;;
3061 esac
3063 test -s 9Pma.E || rm -f 9Pma.E
3064 $xx --test -h x -n.3 +3 -m -l 17 -f $srcdir/tFFt-bl $srcdir/tn > 9Pmb.O 2> 9Pmb.E
3065 code=$?
3066 if test $code != 0 ; then
3067 $echo "Test 9Pmb failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3068 errors=`expr $errors + 1`
3069 else
3070 cmp 9Pmb.O $srcdir/n+3ml17f-bl-tn > /dev/null 2>&1
3071 case $? in
3072 0) if test "$VERBOSE" ; then $echo "passed 9Pmb"; fi ;;
3073 1) $echo "Test 9Pmb failed: files 9Pmb.O and $srcdir/n+3ml17f-bl-tn differ" 1>&2;
3074 errors=`expr $errors + 1` ;;
3075 2) $echo "Test 9Pmb may have failed." 1>&2;
3076 $echo The command "cmp 9Pmb.O $srcdir/n+3ml17f-bl-tn" failed. 1>&2 ;
3077 errors=`expr $errors + 1` ;;
3078 esac
3080 test -s 9Pmb.E || rm -f 9Pmb.E
3081 $xx --test -h x -n.3 +3 -m -l 17 -f $srcdir/tn $srcdir/tFFt-bl > 9Pmc.O 2> 9Pmc.E
3082 code=$?
3083 if test $code != 0 ; then
3084 $echo "Test 9Pmc failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3085 errors=`expr $errors + 1`
3086 else
3087 cmp 9Pmc.O $srcdir/n+3ml17f-tn-bl > /dev/null 2>&1
3088 case $? in
3089 0) if test "$VERBOSE" ; then $echo "passed 9Pmc"; fi ;;
3090 1) $echo "Test 9Pmc failed: files 9Pmc.O and $srcdir/n+3ml17f-tn-bl differ" 1>&2;
3091 errors=`expr $errors + 1` ;;
3092 2) $echo "Test 9Pmc may have failed." 1>&2;
3093 $echo The command "cmp 9Pmc.O $srcdir/n+3ml17f-tn-bl" failed. 1>&2 ;
3094 errors=`expr $errors + 1` ;;
3095 esac
3097 test -s 9Pmc.E || rm -f 9Pmc.E
3098 $xx --test -h x -W 72 -J -l17 -f $srcdir/tFFt-ll > 10wa.O 2> 10wa.E
3099 code=$?
3100 if test $code != 0 ; then
3101 $echo "Test 10wa failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3102 errors=`expr $errors + 1`
3103 else
3104 cmp 10wa.O $srcdir/W72Jl17f-ll > /dev/null 2>&1
3105 case $? in
3106 0) if test "$VERBOSE" ; then $echo "passed 10wa"; fi ;;
3107 1) $echo "Test 10wa failed: files 10wa.O and $srcdir/W72Jl17f-ll differ" 1>&2;
3108 errors=`expr $errors + 1` ;;
3109 2) $echo "Test 10wa may have failed." 1>&2;
3110 $echo The command "cmp 10wa.O $srcdir/W72Jl17f-ll" failed. 1>&2 ;
3111 errors=`expr $errors + 1` ;;
3112 esac
3114 test -s 10wa.E || rm -f 10wa.E
3115 $xx --test -h x -w 72 -J -l17 -f $srcdir/tFFt-ll > 10wb.O 2> 10wb.E
3116 code=$?
3117 if test $code != 0 ; then
3118 $echo "Test 10wb failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3119 errors=`expr $errors + 1`
3120 else
3121 cmp 10wb.O $srcdir/W72Jl17f-ll > /dev/null 2>&1
3122 case $? in
3123 0) if test "$VERBOSE" ; then $echo "passed 10wb"; fi ;;
3124 1) $echo "Test 10wb failed: files 10wb.O and $srcdir/W72Jl17f-ll differ" 1>&2;
3125 errors=`expr $errors + 1` ;;
3126 2) $echo "Test 10wb may have failed." 1>&2;
3127 $echo The command "cmp 10wb.O $srcdir/W72Jl17f-ll" failed. 1>&2 ;
3128 errors=`expr $errors + 1` ;;
3129 esac
3131 test -s 10wb.E || rm -f 10wb.E
3132 $xx --test -h x -W 72 -l17 -f $srcdir/tFFt-ll > 10wc.O 2> 10wc.E
3133 code=$?
3134 if test $code != 0 ; then
3135 $echo "Test 10wc failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3136 errors=`expr $errors + 1`
3137 else
3138 cmp 10wc.O $srcdir/W72l17f-ll > /dev/null 2>&1
3139 case $? in
3140 0) if test "$VERBOSE" ; then $echo "passed 10wc"; fi ;;
3141 1) $echo "Test 10wc failed: files 10wc.O and $srcdir/W72l17f-ll differ" 1>&2;
3142 errors=`expr $errors + 1` ;;
3143 2) $echo "Test 10wc may have failed." 1>&2;
3144 $echo The command "cmp 10wc.O $srcdir/W72l17f-ll" failed. 1>&2 ;
3145 errors=`expr $errors + 1` ;;
3146 esac
3148 test -s 10wc.E || rm -f 10wc.E
3149 $xx --test -h x -w 72 -l17 -f $srcdir/tFFt-ll > 10wd.O 2> 10wd.E
3150 code=$?
3151 if test $code != 0 ; then
3152 $echo "Test 10wd failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3153 errors=`expr $errors + 1`
3154 else
3155 cmp 10wd.O $srcdir/w72l17f-ll > /dev/null 2>&1
3156 case $? in
3157 0) if test "$VERBOSE" ; then $echo "passed 10wd"; fi ;;
3158 1) $echo "Test 10wd failed: files 10wd.O and $srcdir/w72l17f-ll differ" 1>&2;
3159 errors=`expr $errors + 1` ;;
3160 2) $echo "Test 10wd may have failed." 1>&2;
3161 $echo The command "cmp 10wd.O $srcdir/w72l17f-ll" failed. 1>&2 ;
3162 errors=`expr $errors + 1` ;;
3163 esac
3165 test -s 10wd.E || rm -f 10wd.E
3166 $xx --test -h x -W 28 -l17 -f $srcdir/tFFt-ll > 10we.O 2> 10we.E
3167 code=$?
3168 if test $code != 0 ; then
3169 $echo "Test 10we failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3170 errors=`expr $errors + 1`
3171 else
3172 cmp 10we.O $srcdir/W28l17f-ll > /dev/null 2>&1
3173 case $? in
3174 0) if test "$VERBOSE" ; then $echo "passed 10we"; fi ;;
3175 1) $echo "Test 10we failed: files 10we.O and $srcdir/W28l17f-ll differ" 1>&2;
3176 errors=`expr $errors + 1` ;;
3177 2) $echo "Test 10we may have failed." 1>&2;
3178 $echo The command "cmp 10we.O $srcdir/W28l17f-ll" failed. 1>&2 ;
3179 errors=`expr $errors + 1` ;;
3180 esac
3182 test -s 10we.E || rm -f 10we.E
3183 $xx --test -h x -W 27 -l17 -f $srcdir/tFFt-ll > 10wf.O 2> 10wf.E
3184 code=$?
3185 if test $code != 0 ; then
3186 $echo "Test 10wf failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3187 errors=`expr $errors + 1`
3188 else
3189 cmp 10wf.O $srcdir/W27l17f-ll > /dev/null 2>&1
3190 case $? in
3191 0) if test "$VERBOSE" ; then $echo "passed 10wf"; fi ;;
3192 1) $echo "Test 10wf failed: files 10wf.O and $srcdir/W27l17f-ll differ" 1>&2;
3193 errors=`expr $errors + 1` ;;
3194 2) $echo "Test 10wf may have failed." 1>&2;
3195 $echo The command "cmp 10wf.O $srcdir/W27l17f-ll" failed. 1>&2 ;
3196 errors=`expr $errors + 1` ;;
3197 esac
3199 test -s 10wf.E || rm -f 10wf.E
3200 $xx --test -h x -W 26 -l17 -f $srcdir/tFFt-ll > 10wg.O 2> 10wg.E
3201 code=$?
3202 if test $code != 0 ; then
3203 $echo "Test 10wg failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3204 errors=`expr $errors + 1`
3205 else
3206 cmp 10wg.O $srcdir/W26l17f-ll > /dev/null 2>&1
3207 case $? in
3208 0) if test "$VERBOSE" ; then $echo "passed 10wg"; fi ;;
3209 1) $echo "Test 10wg failed: files 10wg.O and $srcdir/W26l17f-ll differ" 1>&2;
3210 errors=`expr $errors + 1` ;;
3211 2) $echo "Test 10wg may have failed." 1>&2;
3212 $echo The command "cmp 10wg.O $srcdir/W26l17f-ll" failed. 1>&2 ;
3213 errors=`expr $errors + 1` ;;
3214 esac
3216 test -s 10wg.E || rm -f 10wg.E
3217 $xx --test -h x -W 20 -l17 -f $srcdir/tFFt-ll > 10wh.O 2> 10wh.E
3218 code=$?
3219 if test $code != 0 ; then
3220 $echo "Test 10wh failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3221 errors=`expr $errors + 1`
3222 else
3223 cmp 10wh.O $srcdir/W20l17f-ll > /dev/null 2>&1
3224 case $? in
3225 0) if test "$VERBOSE" ; then $echo "passed 10wh"; fi ;;
3226 1) $echo "Test 10wh failed: files 10wh.O and $srcdir/W20l17f-ll differ" 1>&2;
3227 errors=`expr $errors + 1` ;;
3228 2) $echo "Test 10wh may have failed." 1>&2;
3229 $echo The command "cmp 10wh.O $srcdir/W20l17f-ll" failed. 1>&2 ;
3230 errors=`expr $errors + 1` ;;
3231 esac
3233 test -s 10wh.E || rm -f 10wh.E
3234 $xx --test -h x -m -l 17 -f $srcdir/tFFt-lm $srcdir/loli > 10ma.O 2> 10ma.E
3235 code=$?
3236 if test $code != 0 ; then
3237 $echo "Test 10ma failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3238 errors=`expr $errors + 1`
3239 else
3240 cmp 10ma.O $srcdir/ml17f-lm-lo > /dev/null 2>&1
3241 case $? in
3242 0) if test "$VERBOSE" ; then $echo "passed 10ma"; fi ;;
3243 1) $echo "Test 10ma failed: files 10ma.O and $srcdir/ml17f-lm-lo differ" 1>&2;
3244 errors=`expr $errors + 1` ;;
3245 2) $echo "Test 10ma may have failed." 1>&2;
3246 $echo The command "cmp 10ma.O $srcdir/ml17f-lm-lo" failed. 1>&2 ;
3247 errors=`expr $errors + 1` ;;
3248 esac
3250 test -s 10ma.E || rm -f 10ma.E
3251 $xx --test -h x -W 35 -m -l 17 -f $srcdir/tFFt-lm $srcdir/loli > 10mb.O 2> 10mb.E
3252 code=$?
3253 if test $code != 0 ; then
3254 $echo "Test 10mb failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3255 errors=`expr $errors + 1`
3256 else
3257 cmp 10mb.O $srcdir/W35ml17f-lm-lo > /dev/null 2>&1
3258 case $? in
3259 0) if test "$VERBOSE" ; then $echo "passed 10mb"; fi ;;
3260 1) $echo "Test 10mb failed: files 10mb.O and $srcdir/W35ml17f-lm-lo differ" 1>&2;
3261 errors=`expr $errors + 1` ;;
3262 2) $echo "Test 10mb may have failed." 1>&2;
3263 $echo The command "cmp 10mb.O $srcdir/W35ml17f-lm-lo" failed. 1>&2 ;
3264 errors=`expr $errors + 1` ;;
3265 esac
3267 test -s 10mb.E || rm -f 10mb.E
3268 $xx --test -h x -w 35 -m -l 17 -f $srcdir/tFFt-lm $srcdir/loli > 10mc.O 2> 10mc.E
3269 code=$?
3270 if test $code != 0 ; then
3271 $echo "Test 10mc failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3272 errors=`expr $errors + 1`
3273 else
3274 cmp 10mc.O $srcdir/W35ml17f-lm-lo > /dev/null 2>&1
3275 case $? in
3276 0) if test "$VERBOSE" ; then $echo "passed 10mc"; fi ;;
3277 1) $echo "Test 10mc failed: files 10mc.O and $srcdir/W35ml17f-lm-lo differ" 1>&2;
3278 errors=`expr $errors + 1` ;;
3279 2) $echo "Test 10mc may have failed." 1>&2;
3280 $echo The command "cmp 10mc.O $srcdir/W35ml17f-lm-lo" failed. 1>&2 ;
3281 errors=`expr $errors + 1` ;;
3282 esac
3284 test -s 10mc.E || rm -f 10mc.E
3285 $xx --test -h x -J -m -l 17 -f $srcdir/tFFt-lm $srcdir/loli > 10md.O 2> 10md.E
3286 code=$?
3287 if test $code != 0 ; then
3288 $echo "Test 10md failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3289 errors=`expr $errors + 1`
3290 else
3291 cmp 10md.O $srcdir/Jml17f-lm-lo > /dev/null 2>&1
3292 case $? in
3293 0) if test "$VERBOSE" ; then $echo "passed 10md"; fi ;;
3294 1) $echo "Test 10md failed: files 10md.O and $srcdir/Jml17f-lm-lo differ" 1>&2;
3295 errors=`expr $errors + 1` ;;
3296 2) $echo "Test 10md may have failed." 1>&2;
3297 $echo The command "cmp 10md.O $srcdir/Jml17f-lm-lo" failed. 1>&2 ;
3298 errors=`expr $errors + 1` ;;
3299 esac
3301 test -s 10md.E || rm -f 10md.E
3302 $xx --test -h x -W 35 -J -m -l 17 -f $srcdir/tFFt-lm $srcdir/loli > 10me.O 2> 10me.E
3303 code=$?
3304 if test $code != 0 ; then
3305 $echo "Test 10me failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3306 errors=`expr $errors + 1`
3307 else
3308 cmp 10me.O $srcdir/W35Jml17f-lmlo > /dev/null 2>&1
3309 case $? in
3310 0) if test "$VERBOSE" ; then $echo "passed 10me"; fi ;;
3311 1) $echo "Test 10me failed: files 10me.O and $srcdir/W35Jml17f-lmlo differ" 1>&2;
3312 errors=`expr $errors + 1` ;;
3313 2) $echo "Test 10me may have failed." 1>&2;
3314 $echo The command "cmp 10me.O $srcdir/W35Jml17f-lmlo" failed. 1>&2 ;
3315 errors=`expr $errors + 1` ;;
3316 esac
3318 test -s 10me.E || rm -f 10me.E
3319 $xx --test -h x -w 35 -J -m -l 17 -f $srcdir/tFFt-lm $srcdir/loli > 10mf.O 2> 10mf.E
3320 code=$?
3321 if test $code != 0 ; then
3322 $echo "Test 10mf failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3323 errors=`expr $errors + 1`
3324 else
3325 cmp 10mf.O $srcdir/W35Jml17f-lmlo > /dev/null 2>&1
3326 case $? in
3327 0) if test "$VERBOSE" ; then $echo "passed 10mf"; fi ;;
3328 1) $echo "Test 10mf failed: files 10mf.O and $srcdir/W35Jml17f-lmlo differ" 1>&2;
3329 errors=`expr $errors + 1` ;;
3330 2) $echo "Test 10mf may have failed." 1>&2;
3331 $echo The command "cmp 10mf.O $srcdir/W35Jml17f-lmlo" failed. 1>&2 ;
3332 errors=`expr $errors + 1` ;;
3333 esac
3335 test -s 10mf.E || rm -f 10mf.E
3336 $xx --test -h x -n.3 -J -m -l 17 -f $srcdir/tFFt-lm $srcdir/tFFt-lm $srcdir/loli > 10mg.O 2> 10mg.E
3337 code=$?
3338 if test $code != 0 ; then
3339 $echo "Test 10mg failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3340 errors=`expr $errors + 1`
3341 else
3342 cmp 10mg.O $srcdir/nJml17f-lmlmlo > /dev/null 2>&1
3343 case $? in
3344 0) if test "$VERBOSE" ; then $echo "passed 10mg"; fi ;;
3345 1) $echo "Test 10mg failed: files 10mg.O and $srcdir/nJml17f-lmlmlo differ" 1>&2;
3346 errors=`expr $errors + 1` ;;
3347 2) $echo "Test 10mg may have failed." 1>&2;
3348 $echo The command "cmp 10mg.O $srcdir/nJml17f-lmlmlo" failed. 1>&2 ;
3349 errors=`expr $errors + 1` ;;
3350 esac
3352 test -s 10mg.E || rm -f 10mg.E
3353 $xx --test -h x -n.3 -J -m -l 17 -f $srcdir/tFFt-lm $srcdir/loli $srcdir/tFFt-lm > 10mh.O 2> 10mh.E
3354 code=$?
3355 if test $code != 0 ; then
3356 $echo "Test 10mh failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3357 errors=`expr $errors + 1`
3358 else
3359 cmp 10mh.O $srcdir/nJml17f-lmlolm > /dev/null 2>&1
3360 case $? in
3361 0) if test "$VERBOSE" ; then $echo "passed 10mh"; fi ;;
3362 1) $echo "Test 10mh failed: files 10mh.O and $srcdir/nJml17f-lmlolm differ" 1>&2;
3363 errors=`expr $errors + 1` ;;
3364 2) $echo "Test 10mh may have failed." 1>&2;
3365 $echo The command "cmp 10mh.O $srcdir/nJml17f-lmlolm" failed. 1>&2 ;
3366 errors=`expr $errors + 1` ;;
3367 esac
3369 test -s 10mh.E || rm -f 10mh.E
3370 $xx --test -h x -a -3 -l 17 -f $srcdir/tFFt-lm > 10aa.O 2> 10aa.E
3371 code=$?
3372 if test $code != 0 ; then
3373 $echo "Test 10aa failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3374 errors=`expr $errors + 1`
3375 else
3376 cmp 10aa.O $srcdir/a3l17f-lm > /dev/null 2>&1
3377 case $? in
3378 0) if test "$VERBOSE" ; then $echo "passed 10aa"; fi ;;
3379 1) $echo "Test 10aa failed: files 10aa.O and $srcdir/a3l17f-lm differ" 1>&2;
3380 errors=`expr $errors + 1` ;;
3381 2) $echo "Test 10aa may have failed." 1>&2;
3382 $echo The command "cmp 10aa.O $srcdir/a3l17f-lm" failed. 1>&2 ;
3383 errors=`expr $errors + 1` ;;
3384 esac
3386 test -s 10aa.E || rm -f 10aa.E
3387 $xx --test -h x -W 35 -a -3 -l 17 -f $srcdir/tFFt-lm > 10ab.O 2> 10ab.E
3388 code=$?
3389 if test $code != 0 ; then
3390 $echo "Test 10ab failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3391 errors=`expr $errors + 1`
3392 else
3393 cmp 10ab.O $srcdir/W35a3l17f-lm > /dev/null 2>&1
3394 case $? in
3395 0) if test "$VERBOSE" ; then $echo "passed 10ab"; fi ;;
3396 1) $echo "Test 10ab failed: files 10ab.O and $srcdir/W35a3l17f-lm differ" 1>&2;
3397 errors=`expr $errors + 1` ;;
3398 2) $echo "Test 10ab may have failed." 1>&2;
3399 $echo The command "cmp 10ab.O $srcdir/W35a3l17f-lm" failed. 1>&2 ;
3400 errors=`expr $errors + 1` ;;
3401 esac
3403 test -s 10ab.E || rm -f 10ab.E
3404 $xx --test -h x -J -a -3 -l 17 -f $srcdir/tFFt-lm > 10ac.O 2> 10ac.E
3405 code=$?
3406 if test $code != 0 ; then
3407 $echo "Test 10ac failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3408 errors=`expr $errors + 1`
3409 else
3410 cmp 10ac.O $srcdir/Ja3l17f-lm > /dev/null 2>&1
3411 case $? in
3412 0) if test "$VERBOSE" ; then $echo "passed 10ac"; fi ;;
3413 1) $echo "Test 10ac failed: files 10ac.O and $srcdir/Ja3l17f-lm differ" 1>&2;
3414 errors=`expr $errors + 1` ;;
3415 2) $echo "Test 10ac may have failed." 1>&2;
3416 $echo The command "cmp 10ac.O $srcdir/Ja3l17f-lm" failed. 1>&2 ;
3417 errors=`expr $errors + 1` ;;
3418 esac
3420 test -s 10ac.E || rm -f 10ac.E
3421 $xx --test -h x -W 35 -J -a -3 -l 17 -f $srcdir/tFFt-lm > 10ad.O 2> 10ad.E
3422 code=$?
3423 if test $code != 0 ; then
3424 $echo "Test 10ad failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3425 errors=`expr $errors + 1`
3426 else
3427 cmp 10ad.O $srcdir/W35Ja3l17f-lm > /dev/null 2>&1
3428 case $? in
3429 0) if test "$VERBOSE" ; then $echo "passed 10ad"; fi ;;
3430 1) $echo "Test 10ad failed: files 10ad.O and $srcdir/W35Ja3l17f-lm differ" 1>&2;
3431 errors=`expr $errors + 1` ;;
3432 2) $echo "Test 10ad may have failed." 1>&2;
3433 $echo The command "cmp 10ad.O $srcdir/W35Ja3l17f-lm" failed. 1>&2 ;
3434 errors=`expr $errors + 1` ;;
3435 esac
3437 test -s 10ad.E || rm -f 10ad.E
3438 $xx --test -h x -b -3 -l 17 -f $srcdir/tFFt-lm > 10ba.O 2> 10ba.E
3439 code=$?
3440 if test $code != 0 ; then
3441 $echo "Test 10ba failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3442 errors=`expr $errors + 1`
3443 else
3444 cmp 10ba.O $srcdir/b3l17f-lm > /dev/null 2>&1
3445 case $? in
3446 0) if test "$VERBOSE" ; then $echo "passed 10ba"; fi ;;
3447 1) $echo "Test 10ba failed: files 10ba.O and $srcdir/b3l17f-lm differ" 1>&2;
3448 errors=`expr $errors + 1` ;;
3449 2) $echo "Test 10ba may have failed." 1>&2;
3450 $echo The command "cmp 10ba.O $srcdir/b3l17f-lm" failed. 1>&2 ;
3451 errors=`expr $errors + 1` ;;
3452 esac
3454 test -s 10ba.E || rm -f 10ba.E
3455 $xx --test -h x -W 35 -b -3 -l 17 -f $srcdir/tFFt-lm > 10bb.O 2> 10bb.E
3456 code=$?
3457 if test $code != 0 ; then
3458 $echo "Test 10bb failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3459 errors=`expr $errors + 1`
3460 else
3461 cmp 10bb.O $srcdir/W35b3l17f-lm > /dev/null 2>&1
3462 case $? in
3463 0) if test "$VERBOSE" ; then $echo "passed 10bb"; fi ;;
3464 1) $echo "Test 10bb failed: files 10bb.O and $srcdir/W35b3l17f-lm differ" 1>&2;
3465 errors=`expr $errors + 1` ;;
3466 2) $echo "Test 10bb may have failed." 1>&2;
3467 $echo The command "cmp 10bb.O $srcdir/W35b3l17f-lm" failed. 1>&2 ;
3468 errors=`expr $errors + 1` ;;
3469 esac
3471 test -s 10bb.E || rm -f 10bb.E
3472 $xx --test -h x -J -b -3 -l 17 -f $srcdir/tFFt-lm > 10bc.O 2> 10bc.E
3473 code=$?
3474 if test $code != 0 ; then
3475 $echo "Test 10bc failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3476 errors=`expr $errors + 1`
3477 else
3478 cmp 10bc.O $srcdir/Jb3l17f-lm > /dev/null 2>&1
3479 case $? in
3480 0) if test "$VERBOSE" ; then $echo "passed 10bc"; fi ;;
3481 1) $echo "Test 10bc failed: files 10bc.O and $srcdir/Jb3l17f-lm differ" 1>&2;
3482 errors=`expr $errors + 1` ;;
3483 2) $echo "Test 10bc may have failed." 1>&2;
3484 $echo The command "cmp 10bc.O $srcdir/Jb3l17f-lm" failed. 1>&2 ;
3485 errors=`expr $errors + 1` ;;
3486 esac
3488 test -s 10bc.E || rm -f 10bc.E
3489 $xx --test -h x -W 35 -J -b -3 -l 17 -f $srcdir/tFFt-lm > 10bd.O 2> 10bd.E
3490 code=$?
3491 if test $code != 0 ; then
3492 $echo "Test 10bd failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3493 errors=`expr $errors + 1`
3494 else
3495 cmp 10bd.O $srcdir/W35Jb3l17f-lm > /dev/null 2>&1
3496 case $? in
3497 0) if test "$VERBOSE" ; then $echo "passed 10bd"; fi ;;
3498 1) $echo "Test 10bd failed: files 10bd.O and $srcdir/W35Jb3l17f-lm differ" 1>&2;
3499 errors=`expr $errors + 1` ;;
3500 2) $echo "Test 10bd may have failed." 1>&2;
3501 $echo The command "cmp 10bd.O $srcdir/W35Jb3l17f-lm" failed. 1>&2 ;
3502 errors=`expr $errors + 1` ;;
3503 esac
3505 test -s 10bd.E || rm -f 10bd.E
3506 $xx --test -h x -n.3 -S:--: -m -l 13 -f $srcdir/tFFt-bl $srcdir/FnFn > 11sa.O 2> 11sa.E
3507 code=$?
3508 if test $code != 0 ; then
3509 $echo "Test 11sa failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3510 errors=`expr $errors + 1`
3511 else
3512 cmp 11sa.O $srcdir/nSml13-bl-FF > /dev/null 2>&1
3513 case $? in
3514 0) if test "$VERBOSE" ; then $echo "passed 11sa"; fi ;;
3515 1) $echo "Test 11sa failed: files 11sa.O and $srcdir/nSml13-bl-FF differ" 1>&2;
3516 errors=`expr $errors + 1` ;;
3517 2) $echo "Test 11sa may have failed." 1>&2;
3518 $echo The command "cmp 11sa.O $srcdir/nSml13-bl-FF" failed. 1>&2 ;
3519 errors=`expr $errors + 1` ;;
3520 esac
3522 test -s 11sa.E || rm -f 11sa.E
3523 $xx --test -h x -n.3 -S:--: -m -l 17 -f $srcdir/tFFt-bl $srcdir/FnFn > 11sb.O 2> 11sb.E
3524 code=$?
3525 if test $code != 0 ; then
3526 $echo "Test 11sb failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3527 errors=`expr $errors + 1`
3528 else
3529 cmp 11sb.O $srcdir/nSml17-bl-FF > /dev/null 2>&1
3530 case $? in
3531 0) if test "$VERBOSE" ; then $echo "passed 11sb"; fi ;;
3532 1) $echo "Test 11sb failed: files 11sb.O and $srcdir/nSml17-bl-FF differ" 1>&2;
3533 errors=`expr $errors + 1` ;;
3534 2) $echo "Test 11sb may have failed." 1>&2;
3535 $echo The command "cmp 11sb.O $srcdir/nSml17-bl-FF" failed. 1>&2 ;
3536 errors=`expr $errors + 1` ;;
3537 esac
3539 test -s 11sb.E || rm -f 11sb.E
3540 $xx --test -h x -n.3 -S:--: -m -l 13 -f $srcdir/tn $srcdir/tn $srcdir/FnFn > 11se.O 2> 11se.E
3541 code=$?
3542 if test $code != 0 ; then
3543 $echo "Test 11se failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3544 errors=`expr $errors + 1`
3545 else
3546 cmp 11se.O $srcdir/nSml13-t-t-FF > /dev/null 2>&1
3547 case $? in
3548 0) if test "$VERBOSE" ; then $echo "passed 11se"; fi ;;
3549 1) $echo "Test 11se failed: files 11se.O and $srcdir/nSml13-t-t-FF differ" 1>&2;
3550 errors=`expr $errors + 1` ;;
3551 2) $echo "Test 11se may have failed." 1>&2;
3552 $echo The command "cmp 11se.O $srcdir/nSml13-t-t-FF" failed. 1>&2 ;
3553 errors=`expr $errors + 1` ;;
3554 esac
3556 test -s 11se.E || rm -f 11se.E
3557 $xx --test -h x -n.3 -S:--: -m -l 17 -f $srcdir/tn $srcdir/tn $srcdir/FnFn > 11sf.O 2> 11sf.E
3558 code=$?
3559 if test $code != 0 ; then
3560 $echo "Test 11sf failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3561 errors=`expr $errors + 1`
3562 else
3563 cmp 11sf.O $srcdir/nSml17-t-t-FF > /dev/null 2>&1
3564 case $? in
3565 0) if test "$VERBOSE" ; then $echo "passed 11sf"; fi ;;
3566 1) $echo "Test 11sf failed: files 11sf.O and $srcdir/nSml17-t-t-FF differ" 1>&2;
3567 errors=`expr $errors + 1` ;;
3568 2) $echo "Test 11sf may have failed." 1>&2;
3569 $echo The command "cmp 11sf.O $srcdir/nSml17-t-t-FF" failed. 1>&2 ;
3570 errors=`expr $errors + 1` ;;
3571 esac
3573 test -s 11sf.E || rm -f 11sf.E
3574 $xx --test -h x -n.3 -S:--: -m -l 13 -f $srcdir/tn $srcdir/tn $srcdir/FnFn $srcdir/FnFn > 11sg.O 2> 11sg.E
3575 code=$?
3576 if test $code != 0 ; then
3577 $echo "Test 11sg failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3578 errors=`expr $errors + 1`
3579 else
3580 cmp 11sg.O $srcdir/nSml13-t-tFFFF > /dev/null 2>&1
3581 case $? in
3582 0) if test "$VERBOSE" ; then $echo "passed 11sg"; fi ;;
3583 1) $echo "Test 11sg failed: files 11sg.O and $srcdir/nSml13-t-tFFFF differ" 1>&2;
3584 errors=`expr $errors + 1` ;;
3585 2) $echo "Test 11sg may have failed." 1>&2;
3586 $echo The command "cmp 11sg.O $srcdir/nSml13-t-tFFFF" failed. 1>&2 ;
3587 errors=`expr $errors + 1` ;;
3588 esac
3590 test -s 11sg.E || rm -f 11sg.E
3591 $xx --test -h x -n.3 -S:--: -m -l 17 -f $srcdir/tn $srcdir/tn $srcdir/FnFn $srcdir/FnFn > 11sh.O 2> 11sh.E
3592 code=$?
3593 if test $code != 0 ; then
3594 $echo "Test 11sh failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3595 errors=`expr $errors + 1`
3596 else
3597 cmp 11sh.O $srcdir/nSml17-t-tFFFF > /dev/null 2>&1
3598 case $? in
3599 0) if test "$VERBOSE" ; then $echo "passed 11sh"; fi ;;
3600 1) $echo "Test 11sh failed: files 11sh.O and $srcdir/nSml17-t-tFFFF differ" 1>&2;
3601 errors=`expr $errors + 1` ;;
3602 2) $echo "Test 11sh may have failed." 1>&2;
3603 $echo The command "cmp 11sh.O $srcdir/nSml17-t-tFFFF" failed. 1>&2 ;
3604 errors=`expr $errors + 1` ;;
3605 esac
3607 test -s 11sh.E || rm -f 11sh.E
3608 $xx --test -h x -o3 -a -3 -l17 -f $srcdir/tn > 12aa.O 2> 12aa.E
3609 code=$?
3610 if test $code != 0 ; then
3611 $echo "Test 12aa failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3612 errors=`expr $errors + 1`
3613 else
3614 cmp 12aa.O $srcdir/o3a3l17f-tn > /dev/null 2>&1
3615 case $? in
3616 0) if test "$VERBOSE" ; then $echo "passed 12aa"; fi ;;
3617 1) $echo "Test 12aa failed: files 12aa.O and $srcdir/o3a3l17f-tn differ" 1>&2;
3618 errors=`expr $errors + 1` ;;
3619 2) $echo "Test 12aa may have failed." 1>&2;
3620 $echo The command "cmp 12aa.O $srcdir/o3a3l17f-tn" failed. 1>&2 ;
3621 errors=`expr $errors + 1` ;;
3622 esac
3624 test -s 12aa.E || rm -f 12aa.E
3625 $xx --test -h x -o3 -a -3 -S:--: -l17 -f $srcdir/tn > 12ab.O 2> 12ab.E
3626 code=$?
3627 if test $code != 0 ; then
3628 $echo "Test 12ab failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3629 errors=`expr $errors + 1`
3630 else
3631 cmp 12ab.O $srcdir/o3a3Sl17f-tn > /dev/null 2>&1
3632 case $? in
3633 0) if test "$VERBOSE" ; then $echo "passed 12ab"; fi ;;
3634 1) $echo "Test 12ab failed: files 12ab.O and $srcdir/o3a3Sl17f-tn differ" 1>&2;
3635 errors=`expr $errors + 1` ;;
3636 2) $echo "Test 12ab may have failed." 1>&2;
3637 $echo The command "cmp 12ab.O $srcdir/o3a3Sl17f-tn" failed. 1>&2 ;
3638 errors=`expr $errors + 1` ;;
3639 esac
3641 test -s 12ab.E || rm -f 12ab.E
3642 $xx --test -h x -o3 -a -3 -S:--: -n. -l17 -f $srcdir/tn > 12ac.O 2> 12ac.E
3643 code=$?
3644 if test $code != 0 ; then
3645 $echo "Test 12ac failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3646 errors=`expr $errors + 1`
3647 else
3648 cmp 12ac.O $srcdir/o3a3Snl17f-tn > /dev/null 2>&1
3649 case $? in
3650 0) if test "$VERBOSE" ; then $echo "passed 12ac"; fi ;;
3651 1) $echo "Test 12ac failed: files 12ac.O and $srcdir/o3a3Snl17f-tn differ" 1>&2;
3652 errors=`expr $errors + 1` ;;
3653 2) $echo "Test 12ac may have failed." 1>&2;
3654 $echo The command "cmp 12ac.O $srcdir/o3a3Snl17f-tn" failed. 1>&2 ;
3655 errors=`expr $errors + 1` ;;
3656 esac
3658 test -s 12ac.E || rm -f 12ac.E
3659 $xx --test -h x -o3 -b -3 -l17 -f $srcdir/tn > 12ba.O 2> 12ba.E
3660 code=$?
3661 if test $code != 0 ; then
3662 $echo "Test 12ba failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3663 errors=`expr $errors + 1`
3664 else
3665 cmp 12ba.O $srcdir/o3b3l17f-tn > /dev/null 2>&1
3666 case $? in
3667 0) if test "$VERBOSE" ; then $echo "passed 12ba"; fi ;;
3668 1) $echo "Test 12ba failed: files 12ba.O and $srcdir/o3b3l17f-tn differ" 1>&2;
3669 errors=`expr $errors + 1` ;;
3670 2) $echo "Test 12ba may have failed." 1>&2;
3671 $echo The command "cmp 12ba.O $srcdir/o3b3l17f-tn" failed. 1>&2 ;
3672 errors=`expr $errors + 1` ;;
3673 esac
3675 test -s 12ba.E || rm -f 12ba.E
3676 $xx --test -h x -o3 -b -3 -S:--: -l17 -f $srcdir/tn > 12bb.O 2> 12bb.E
3677 code=$?
3678 if test $code != 0 ; then
3679 $echo "Test 12bb failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3680 errors=`expr $errors + 1`
3681 else
3682 cmp 12bb.O $srcdir/o3b3Sl17f-tn > /dev/null 2>&1
3683 case $? in
3684 0) if test "$VERBOSE" ; then $echo "passed 12bb"; fi ;;
3685 1) $echo "Test 12bb failed: files 12bb.O and $srcdir/o3b3Sl17f-tn differ" 1>&2;
3686 errors=`expr $errors + 1` ;;
3687 2) $echo "Test 12bb may have failed." 1>&2;
3688 $echo The command "cmp 12bb.O $srcdir/o3b3Sl17f-tn" failed. 1>&2 ;
3689 errors=`expr $errors + 1` ;;
3690 esac
3692 test -s 12bb.E || rm -f 12bb.E
3693 $xx --test -h x -o3 -b -3 -S:--: -n. -l17 -f $srcdir/tn > 12bc.O 2> 12bc.E
3694 code=$?
3695 if test $code != 0 ; then
3696 $echo "Test 12bc failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3697 errors=`expr $errors + 1`
3698 else
3699 cmp 12bc.O $srcdir/o3b3Snl17f-tn > /dev/null 2>&1
3700 case $? in
3701 0) if test "$VERBOSE" ; then $echo "passed 12bc"; fi ;;
3702 1) $echo "Test 12bc failed: files 12bc.O and $srcdir/o3b3Snl17f-tn differ" 1>&2;
3703 errors=`expr $errors + 1` ;;
3704 2) $echo "Test 12bc may have failed." 1>&2;
3705 $echo The command "cmp 12bc.O $srcdir/o3b3Snl17f-tn" failed. 1>&2 ;
3706 errors=`expr $errors + 1` ;;
3707 esac
3709 test -s 12bc.E || rm -f 12bc.E
3710 $xx --test -h x -o3 -m -l17 -f $srcdir/tFFt-bl $srcdir/tn > 12ma.O 2> 12ma.E
3711 code=$?
3712 if test $code != 0 ; then
3713 $echo "Test 12ma failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3714 errors=`expr $errors + 1`
3715 else
3716 cmp 12ma.O $srcdir/o3ml17f-bl-tn > /dev/null 2>&1
3717 case $? in
3718 0) if test "$VERBOSE" ; then $echo "passed 12ma"; fi ;;
3719 1) $echo "Test 12ma failed: files 12ma.O and $srcdir/o3ml17f-bl-tn differ" 1>&2;
3720 errors=`expr $errors + 1` ;;
3721 2) $echo "Test 12ma may have failed." 1>&2;
3722 $echo The command "cmp 12ma.O $srcdir/o3ml17f-bl-tn" failed. 1>&2 ;
3723 errors=`expr $errors + 1` ;;
3724 esac
3726 test -s 12ma.E || rm -f 12ma.E
3727 $xx --test -h x -o3 -m -S:--: -l17 -f $srcdir/tFFt-bl $srcdir/tn > 12mb.O 2> 12mb.E
3728 code=$?
3729 if test $code != 0 ; then
3730 $echo "Test 12mb failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3731 errors=`expr $errors + 1`
3732 else
3733 cmp 12mb.O $srcdir/o3mSl17f-bl-tn > /dev/null 2>&1
3734 case $? in
3735 0) if test "$VERBOSE" ; then $echo "passed 12mb"; fi ;;
3736 1) $echo "Test 12mb failed: files 12mb.O and $srcdir/o3mSl17f-bl-tn differ" 1>&2;
3737 errors=`expr $errors + 1` ;;
3738 2) $echo "Test 12mb may have failed." 1>&2;
3739 $echo The command "cmp 12mb.O $srcdir/o3mSl17f-bl-tn" failed. 1>&2 ;
3740 errors=`expr $errors + 1` ;;
3741 esac
3743 test -s 12mb.E || rm -f 12mb.E
3744 $xx --test -h x -o3 -m -S:--: -n. -l17 -f $srcdir/tFFt-bl $srcdir/tn > 12mc.O 2> 12mc.E
3745 code=$?
3746 if test $code != 0 ; then
3747 $echo "Test 12mc failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3748 errors=`expr $errors + 1`
3749 else
3750 cmp 12mc.O $srcdir/o3mSnl17fbltn > /dev/null 2>&1
3751 case $? in
3752 0) if test "$VERBOSE" ; then $echo "passed 12mc"; fi ;;
3753 1) $echo "Test 12mc failed: files 12mc.O and $srcdir/o3mSnl17fbltn differ" 1>&2;
3754 errors=`expr $errors + 1` ;;
3755 2) $echo "Test 12mc may have failed." 1>&2;
3756 $echo The command "cmp 12mc.O $srcdir/o3mSnl17fbltn" failed. 1>&2 ;
3757 errors=`expr $errors + 1` ;;
3758 esac
3760 test -s 12mc.E || rm -f 12mc.E
3761 $xx --test -h x -o3 -J -m -l17 -f $srcdir/tFFt-lm $srcdir/loli > 12md.O 2> 12md.E
3762 code=$?
3763 if test $code != 0 ; then
3764 $echo "Test 12md failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3765 errors=`expr $errors + 1`
3766 else
3767 cmp 12md.O $srcdir/o3Jml17f-lm-lo > /dev/null 2>&1
3768 case $? in
3769 0) if test "$VERBOSE" ; then $echo "passed 12md"; fi ;;
3770 1) $echo "Test 12md failed: files 12md.O and $srcdir/o3Jml17f-lm-lo differ" 1>&2;
3771 errors=`expr $errors + 1` ;;
3772 2) $echo "Test 12md may have failed." 1>&2;
3773 $echo The command "cmp 12md.O $srcdir/o3Jml17f-lm-lo" failed. 1>&2 ;
3774 errors=`expr $errors + 1` ;;
3775 esac
3777 test -s 12md.E || rm -f 12md.E
3778 $xx --test -h x -t -n -e8 $srcdir/t_tab > 13a.O 2> 13a.E
3779 code=$?
3780 if test $code != 0 ; then
3781 $echo "Test 13a failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3782 errors=`expr $errors + 1`
3783 else
3784 cmp 13a.O $srcdir/tne8-t_tab > /dev/null 2>&1
3785 case $? in
3786 0) if test "$VERBOSE" ; then $echo "passed 13a"; fi ;;
3787 1) $echo "Test 13a failed: files 13a.O and $srcdir/tne8-t_tab differ" 1>&2;
3788 errors=`expr $errors + 1` ;;
3789 2) $echo "Test 13a may have failed." 1>&2;
3790 $echo The command "cmp 13a.O $srcdir/tne8-t_tab" failed. 1>&2 ;
3791 errors=`expr $errors + 1` ;;
3792 esac
3794 test -s 13a.E || rm -f 13a.E
3795 $xx --test -h x -t -n -e8 -o3 $srcdir/t_tab > 13b.O 2> 13b.E
3796 code=$?
3797 if test $code != 0 ; then
3798 $echo "Test 13b failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3799 errors=`expr $errors + 1`
3800 else
3801 cmp 13b.O $srcdir/tne8o3-t_tab > /dev/null 2>&1
3802 case $? in
3803 0) if test "$VERBOSE" ; then $echo "passed 13b"; fi ;;
3804 1) $echo "Test 13b failed: files 13b.O and $srcdir/tne8o3-t_tab differ" 1>&2;
3805 errors=`expr $errors + 1` ;;
3806 2) $echo "Test 13b may have failed." 1>&2;
3807 $echo The command "cmp 13b.O $srcdir/tne8o3-t_tab" failed. 1>&2 ;
3808 errors=`expr $errors + 1` ;;
3809 esac
3811 test -s 13b.E || rm -f 13b.E
3812 $xx --test -h x -t -n -2 -e8 $srcdir/t_tab > 13ba.O 2> 13ba.E
3813 code=$?
3814 if test $code != 0 ; then
3815 $echo "Test 13ba failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3816 errors=`expr $errors + 1`
3817 else
3818 cmp 13ba.O $srcdir/tn2e8-t_tab > /dev/null 2>&1
3819 case $? in
3820 0) if test "$VERBOSE" ; then $echo "passed 13ba"; fi ;;
3821 1) $echo "Test 13ba failed: files 13ba.O and $srcdir/tn2e8-t_tab differ" 1>&2;
3822 errors=`expr $errors + 1` ;;
3823 2) $echo "Test 13ba may have failed." 1>&2;
3824 $echo The command "cmp 13ba.O $srcdir/tn2e8-t_tab" failed. 1>&2 ;
3825 errors=`expr $errors + 1` ;;
3826 esac
3828 test -s 13ba.E || rm -f 13ba.E
3829 $xx --test -h x -t -n: -2 -e8 $srcdir/t_tab > 13bb.O 2> 13bb.E
3830 code=$?
3831 if test $code != 0 ; then
3832 $echo "Test 13bb failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3833 errors=`expr $errors + 1`
3834 else
3835 cmp 13bb.O $srcdir/tn_2e8-t_tab > /dev/null 2>&1
3836 case $? in
3837 0) if test "$VERBOSE" ; then $echo "passed 13bb"; fi ;;
3838 1) $echo "Test 13bb failed: files 13bb.O and $srcdir/tn_2e8-t_tab differ" 1>&2;
3839 errors=`expr $errors + 1` ;;
3840 2) $echo "Test 13bb may have failed." 1>&2;
3841 $echo The command "cmp 13bb.O $srcdir/tn_2e8-t_tab" failed. 1>&2 ;
3842 errors=`expr $errors + 1` ;;
3843 esac
3845 test -s 13bb.E || rm -f 13bb.E
3846 $xx --test -h x -t -n: -2 -e8 -S---- $srcdir/t_tab > 13bc.O 2> 13bc.E
3847 code=$?
3848 if test $code != 0 ; then
3849 $echo "Test 13bc failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3850 errors=`expr $errors + 1`
3851 else
3852 cmp 13bc.O $srcdir/tn_2e8S-t_tab > /dev/null 2>&1
3853 case $? in
3854 0) if test "$VERBOSE" ; then $echo "passed 13bc"; fi ;;
3855 1) $echo "Test 13bc failed: files 13bc.O and $srcdir/tn_2e8S-t_tab differ" 1>&2;
3856 errors=`expr $errors + 1` ;;
3857 2) $echo "Test 13bc may have failed." 1>&2;
3858 $echo The command "cmp 13bc.O $srcdir/tn_2e8S-t_tab" failed. 1>&2 ;
3859 errors=`expr $errors + 1` ;;
3860 esac
3862 test -s 13bc.E || rm -f 13bc.E
3863 $xx --test -h x -t -n -2 -e8 -o3 $srcdir/t_tab > 13bd.O 2> 13bd.E
3864 code=$?
3865 if test $code != 0 ; then
3866 $echo "Test 13bd failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3867 errors=`expr $errors + 1`
3868 else
3869 cmp 13bd.O $srcdir/tn2e8o3-t_tab > /dev/null 2>&1
3870 case $? in
3871 0) if test "$VERBOSE" ; then $echo "passed 13bd"; fi ;;
3872 1) $echo "Test 13bd failed: files 13bd.O and $srcdir/tn2e8o3-t_tab differ" 1>&2;
3873 errors=`expr $errors + 1` ;;
3874 2) $echo "Test 13bd may have failed." 1>&2;
3875 $echo The command "cmp 13bd.O $srcdir/tn2e8o3-t_tab" failed. 1>&2 ;
3876 errors=`expr $errors + 1` ;;
3877 esac
3879 test -s 13bd.E || rm -f 13bd.E
3880 $xx --test -h x -t -n -2 -e5 -o3 $srcdir/t_tab > 13be.O 2> 13be.E
3881 code=$?
3882 if test $code != 0 ; then
3883 $echo "Test 13be failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3884 errors=`expr $errors + 1`
3885 else
3886 cmp 13be.O $srcdir/tn2e5o3-t_tab > /dev/null 2>&1
3887 case $? in
3888 0) if test "$VERBOSE" ; then $echo "passed 13be"; fi ;;
3889 1) $echo "Test 13be failed: files 13be.O and $srcdir/tn2e5o3-t_tab differ" 1>&2;
3890 errors=`expr $errors + 1` ;;
3891 2) $echo "Test 13be may have failed." 1>&2;
3892 $echo The command "cmp 13be.O $srcdir/tn2e5o3-t_tab" failed. 1>&2 ;
3893 errors=`expr $errors + 1` ;;
3894 esac
3896 test -s 13be.E || rm -f 13be.E
3897 $xx --test -h x -t -n -2 -e:8 $srcdir/t_tab_ > 13bf.O 2> 13bf.E
3898 code=$?
3899 if test $code != 0 ; then
3900 $echo "Test 13bf failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3901 errors=`expr $errors + 1`
3902 else
3903 cmp 13bf.O $srcdir/tn2e8-t_tab > /dev/null 2>&1
3904 case $? in
3905 0) if test "$VERBOSE" ; then $echo "passed 13bf"; fi ;;
3906 1) $echo "Test 13bf failed: files 13bf.O and $srcdir/tn2e8-t_tab differ" 1>&2;
3907 errors=`expr $errors + 1` ;;
3908 2) $echo "Test 13bf may have failed." 1>&2;
3909 $echo The command "cmp 13bf.O $srcdir/tn2e8-t_tab" failed. 1>&2 ;
3910 errors=`expr $errors + 1` ;;
3911 esac
3913 test -s 13bf.E || rm -f 13bf.E
3914 $xx --test -h x -2 -f $srcdir/t_notab > 14a.O 2> 14a.E
3915 code=$?
3916 if test $code != 0 ; then
3917 $echo "Test 14a failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3918 errors=`expr $errors + 1`
3919 else
3920 cmp 14a.O $srcdir/2f-t_notab > /dev/null 2>&1
3921 case $? in
3922 0) if test "$VERBOSE" ; then $echo "passed 14a"; fi ;;
3923 1) $echo "Test 14a failed: files 14a.O and $srcdir/2f-t_notab differ" 1>&2;
3924 errors=`expr $errors + 1` ;;
3925 2) $echo "Test 14a may have failed." 1>&2;
3926 $echo The command "cmp 14a.O $srcdir/2f-t_notab" failed. 1>&2 ;
3927 errors=`expr $errors + 1` ;;
3928 esac
3930 test -s 14a.E || rm -f 14a.E
3931 $xx --test -h x -2 -s -f $srcdir/t_notab > 14b.O 2> 14b.E
3932 code=$?
3933 if test $code != 0 ; then
3934 $echo "Test 14b failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3935 errors=`expr $errors + 1`
3936 else
3937 cmp 14b.O $srcdir/2sf-t_notab > /dev/null 2>&1
3938 case $? in
3939 0) if test "$VERBOSE" ; then $echo "passed 14b"; fi ;;
3940 1) $echo "Test 14b failed: files 14b.O and $srcdir/2sf-t_notab differ" 1>&2;
3941 errors=`expr $errors + 1` ;;
3942 2) $echo "Test 14b may have failed." 1>&2;
3943 $echo The command "cmp 14b.O $srcdir/2sf-t_notab" failed. 1>&2 ;
3944 errors=`expr $errors + 1` ;;
3945 esac
3947 test -s 14b.E || rm -f 14b.E
3948 $xx --test -h x -2 -s: -f $srcdir/t_notab > 14c.O 2> 14c.E
3949 code=$?
3950 if test $code != 0 ; then
3951 $echo "Test 14c failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3952 errors=`expr $errors + 1`
3953 else
3954 cmp 14c.O $srcdir/2s_f-t_notab > /dev/null 2>&1
3955 case $? in
3956 0) if test "$VERBOSE" ; then $echo "passed 14c"; fi ;;
3957 1) $echo "Test 14c failed: files 14c.O and $srcdir/2s_f-t_notab differ" 1>&2;
3958 errors=`expr $errors + 1` ;;
3959 2) $echo "Test 14c may have failed." 1>&2;
3960 $echo The command "cmp 14c.O $srcdir/2s_f-t_notab" failed. 1>&2 ;
3961 errors=`expr $errors + 1` ;;
3962 esac
3964 test -s 14c.E || rm -f 14c.E
3965 $xx --test -h x -2 -w60 -f $srcdir/t_notab > 14d.O 2> 14d.E
3966 code=$?
3967 if test $code != 0 ; then
3968 $echo "Test 14d failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3969 errors=`expr $errors + 1`
3970 else
3971 cmp 14d.O $srcdir/2w60f-t_notab > /dev/null 2>&1
3972 case $? in
3973 0) if test "$VERBOSE" ; then $echo "passed 14d"; fi ;;
3974 1) $echo "Test 14d failed: files 14d.O and $srcdir/2w60f-t_notab differ" 1>&2;
3975 errors=`expr $errors + 1` ;;
3976 2) $echo "Test 14d may have failed." 1>&2;
3977 $echo The command "cmp 14d.O $srcdir/2w60f-t_notab" failed. 1>&2 ;
3978 errors=`expr $errors + 1` ;;
3979 esac
3981 test -s 14d.E || rm -f 14d.E
3982 $xx --test -h x -2 -s -w60 -f $srcdir/t_notab > 14e.O 2> 14e.E
3983 code=$?
3984 if test $code != 0 ; then
3985 $echo "Test 14e failed: ../../src/pr return code $code differs from expected value 0" 1>&2
3986 errors=`expr $errors + 1`
3987 else
3988 cmp 14e.O $srcdir/2sw60f-t_notab > /dev/null 2>&1
3989 case $? in
3990 0) if test "$VERBOSE" ; then $echo "passed 14e"; fi ;;
3991 1) $echo "Test 14e failed: files 14e.O and $srcdir/2sw60f-t_notab differ" 1>&2;
3992 errors=`expr $errors + 1` ;;
3993 2) $echo "Test 14e may have failed." 1>&2;
3994 $echo The command "cmp 14e.O $srcdir/2sw60f-t_notab" failed. 1>&2 ;
3995 errors=`expr $errors + 1` ;;
3996 esac
3998 test -s 14e.E || rm -f 14e.E
3999 $xx --test -h x -2 -s: -w60 -f $srcdir/t_notab > 14f.O 2> 14f.E
4000 code=$?
4001 if test $code != 0 ; then
4002 $echo "Test 14f failed: ../../src/pr return code $code differs from expected value 0" 1>&2
4003 errors=`expr $errors + 1`
4004 else
4005 cmp 14f.O $srcdir/2s_w60f-t_nota > /dev/null 2>&1
4006 case $? in
4007 0) if test "$VERBOSE" ; then $echo "passed 14f"; fi ;;
4008 1) $echo "Test 14f failed: files 14f.O and $srcdir/2s_w60f-t_nota differ" 1>&2;
4009 errors=`expr $errors + 1` ;;
4010 2) $echo "Test 14f may have failed." 1>&2;
4011 $echo The command "cmp 14f.O $srcdir/2s_w60f-t_nota" failed. 1>&2 ;
4012 errors=`expr $errors + 1` ;;
4013 esac
4015 test -s 14f.E || rm -f 14f.E
4016 $xx --test -h x -2 -S -f $srcdir/t_notab > 14g.O 2> 14g.E
4017 code=$?
4018 if test $code != 0 ; then
4019 $echo "Test 14g failed: ../../src/pr return code $code differs from expected value 0" 1>&2
4020 errors=`expr $errors + 1`
4021 else
4022 cmp 14g.O $srcdir/2Sf-t_notab > /dev/null 2>&1
4023 case $? in
4024 0) if test "$VERBOSE" ; then $echo "passed 14g"; fi ;;
4025 1) $echo "Test 14g failed: files 14g.O and $srcdir/2Sf-t_notab differ" 1>&2;
4026 errors=`expr $errors + 1` ;;
4027 2) $echo "Test 14g may have failed." 1>&2;
4028 $echo The command "cmp 14g.O $srcdir/2Sf-t_notab" failed. 1>&2 ;
4029 errors=`expr $errors + 1` ;;
4030 esac
4032 test -s 14g.E || rm -f 14g.E
4033 $xx --test -h x -2 -S" " -J -f $srcdir/t_notab > 14h.O 2> 14h.E
4034 code=$?
4035 if test $code != 0 ; then
4036 $echo "Test 14h failed: ../../src/pr return code $code differs from expected value 0" 1>&2
4037 errors=`expr $errors + 1`
4038 else
4039 cmp 14h.O $srcdir/2sf-t_notab > /dev/null 2>&1
4040 case $? in
4041 0) if test "$VERBOSE" ; then $echo "passed 14h"; fi ;;
4042 1) $echo "Test 14h failed: files 14h.O and $srcdir/2sf-t_notab differ" 1>&2;
4043 errors=`expr $errors + 1` ;;
4044 2) $echo "Test 14h may have failed." 1>&2;
4045 $echo The command "cmp 14h.O $srcdir/2sf-t_notab" failed. 1>&2 ;
4046 errors=`expr $errors + 1` ;;
4047 esac
4049 test -s 14h.E || rm -f 14h.E
4050 $xx --test -h x -2 -S: -f $srcdir/t_notab > 14i.O 2> 14i.E
4051 code=$?
4052 if test $code != 0 ; then
4053 $echo "Test 14i failed: ../../src/pr return code $code differs from expected value 0" 1>&2
4054 errors=`expr $errors + 1`
4055 else
4056 cmp 14i.O $srcdir/2S_f-t_notab > /dev/null 2>&1
4057 case $? in
4058 0) if test "$VERBOSE" ; then $echo "passed 14i"; fi ;;
4059 1) $echo "Test 14i failed: files 14i.O and $srcdir/2S_f-t_notab differ" 1>&2;
4060 errors=`expr $errors + 1` ;;
4061 2) $echo "Test 14i may have failed." 1>&2;
4062 $echo The command "cmp 14i.O $srcdir/2S_f-t_notab" failed. 1>&2 ;
4063 errors=`expr $errors + 1` ;;
4064 esac
4066 test -s 14i.E || rm -f 14i.E
4067 $xx --test -h x -2 -S: -J -f $srcdir/t_notab > 14j.O 2> 14j.E
4068 code=$?
4069 if test $code != 0 ; then
4070 $echo "Test 14j failed: ../../src/pr return code $code differs from expected value 0" 1>&2
4071 errors=`expr $errors + 1`
4072 else
4073 cmp 14j.O $srcdir/2s_f-t_notab > /dev/null 2>&1
4074 case $? in
4075 0) if test "$VERBOSE" ; then $echo "passed 14j"; fi ;;
4076 1) $echo "Test 14j failed: files 14j.O and $srcdir/2s_f-t_notab differ" 1>&2;
4077 errors=`expr $errors + 1` ;;
4078 2) $echo "Test 14j may have failed." 1>&2;
4079 $echo The command "cmp 14j.O $srcdir/2s_f-t_notab" failed. 1>&2 ;
4080 errors=`expr $errors + 1` ;;
4081 esac
4083 test -s 14j.E || rm -f 14j.E
4084 $xx --test -h x -2 -W60 -f $srcdir/t_notab > 14k.O 2> 14k.E
4085 code=$?
4086 if test $code != 0 ; then
4087 $echo "Test 14k failed: ../../src/pr return code $code differs from expected value 0" 1>&2
4088 errors=`expr $errors + 1`
4089 else
4090 cmp 14k.O $srcdir/2w60f-t_notab > /dev/null 2>&1
4091 case $? in
4092 0) if test "$VERBOSE" ; then $echo "passed 14k"; fi ;;
4093 1) $echo "Test 14k failed: files 14k.O and $srcdir/2w60f-t_notab differ" 1>&2;
4094 errors=`expr $errors + 1` ;;
4095 2) $echo "Test 14k may have failed." 1>&2;
4096 $echo The command "cmp 14k.O $srcdir/2w60f-t_notab" failed. 1>&2 ;
4097 errors=`expr $errors + 1` ;;
4098 esac
4100 test -s 14k.E || rm -f 14k.E
4101 $xx --test -h x -2 -S -W60 -f $srcdir/t_notab > 14l.O 2> 14l.E
4102 code=$?
4103 if test $code != 0 ; then
4104 $echo "Test 14l failed: ../../src/pr return code $code differs from expected value 0" 1>&2
4105 errors=`expr $errors + 1`
4106 else
4107 cmp 14l.O $srcdir/2sw60f-t_notab > /dev/null 2>&1
4108 case $? in
4109 0) if test "$VERBOSE" ; then $echo "passed 14l"; fi ;;
4110 1) $echo "Test 14l failed: files 14l.O and $srcdir/2sw60f-t_notab differ" 1>&2;
4111 errors=`expr $errors + 1` ;;
4112 2) $echo "Test 14l may have failed." 1>&2;
4113 $echo The command "cmp 14l.O $srcdir/2sw60f-t_notab" failed. 1>&2 ;
4114 errors=`expr $errors + 1` ;;
4115 esac
4117 test -s 14l.E || rm -f 14l.E
4118 $xx --test -h x -2 -S: -W60 -f $srcdir/t_notab > 14m.O 2> 14m.E
4119 code=$?
4120 if test $code != 0 ; then
4121 $echo "Test 14m failed: ../../src/pr return code $code differs from expected value 0" 1>&2
4122 errors=`expr $errors + 1`
4123 else
4124 cmp 14m.O $srcdir/2s_w60f-t_nota > /dev/null 2>&1
4125 case $? in
4126 0) if test "$VERBOSE" ; then $echo "passed 14m"; fi ;;
4127 1) $echo "Test 14m failed: files 14m.O and $srcdir/2s_w60f-t_nota differ" 1>&2;
4128 errors=`expr $errors + 1` ;;
4129 2) $echo "Test 14m may have failed." 1>&2;
4130 $echo The command "cmp 14m.O $srcdir/2s_w60f-t_nota" failed. 1>&2 ;
4131 errors=`expr $errors + 1` ;;
4132 esac
4134 test -s 14m.E || rm -f 14m.E
4135 $xx --test -h x -tn -i5 -h "" $srcdir/i-opt-a.I > i-opt-a.O 2> i-opt-a.E
4136 code=$?
4137 if test $code != 0 ; then
4138 $echo "Test i-opt-a failed: ../../src/pr return code $code differs from expected value 0" 1>&2
4139 errors=`expr $errors + 1`
4140 else
4141 cmp i-opt-a.O $srcdir/i-opt-a.X > /dev/null 2>&1
4142 case $? in
4143 0) if test "$VERBOSE" ; then $echo "passed i-opt-a"; fi ;;
4144 1) $echo "Test i-opt-a failed: files i-opt-a.O and $srcdir/i-opt-a.X differ" 1>&2;
4145 errors=`expr $errors + 1` ;;
4146 2) $echo "Test i-opt-a may have failed." 1>&2;
4147 $echo The command "cmp i-opt-a.O $srcdir/i-opt-a.X" failed. 1>&2 ;
4148 errors=`expr $errors + 1` ;;
4149 esac
4151 test -s i-opt-a.E || rm -f i-opt-a.E
4152 $xx --test -h x -tn -i5 -o9 -h "" $srcdir/i-opt-b.I > i-opt-b.O 2> i-opt-b.E
4153 code=$?
4154 if test $code != 0 ; then
4155 $echo "Test i-opt-b failed: ../../src/pr return code $code differs from expected value 0" 1>&2
4156 errors=`expr $errors + 1`
4157 else
4158 cmp i-opt-b.O $srcdir/i-opt-b.X > /dev/null 2>&1
4159 case $? in
4160 0) if test "$VERBOSE" ; then $echo "passed i-opt-b"; fi ;;
4161 1) $echo "Test i-opt-b failed: files i-opt-b.O and $srcdir/i-opt-b.X differ" 1>&2;
4162 errors=`expr $errors + 1` ;;
4163 2) $echo "Test i-opt-b may have failed." 1>&2;
4164 $echo The command "cmp i-opt-b.O $srcdir/i-opt-b.X" failed. 1>&2 ;
4165 errors=`expr $errors + 1` ;;
4166 esac
4168 test -s i-opt-b.E || rm -f i-opt-b.E
4169 $xx --test -h x -tn2 -N98 $srcdir/ncut-a.I > ncut-a.O 2> ncut-a.E
4170 code=$?
4171 if test $code != 0 ; then
4172 $echo "Test ncut-a failed: ../../src/pr return code $code differs from expected value 0" 1>&2
4173 errors=`expr $errors + 1`
4174 else
4175 cmp ncut-a.O $srcdir/ncut-a.X > /dev/null 2>&1
4176 case $? in
4177 0) if test "$VERBOSE" ; then $echo "passed ncut-a"; fi ;;
4178 1) $echo "Test ncut-a failed: files ncut-a.O and $srcdir/ncut-a.X differ" 1>&2;
4179 errors=`expr $errors + 1` ;;
4180 2) $echo "Test ncut-a may have failed." 1>&2;
4181 $echo The command "cmp ncut-a.O $srcdir/ncut-a.X" failed. 1>&2 ;
4182 errors=`expr $errors + 1` ;;
4183 esac
4185 test -s ncut-a.E || rm -f ncut-a.E
4186 $xx --test -h x -tn:2 -N98 $srcdir/ncut-b.I > ncut-b.O 2> ncut-b.E
4187 code=$?
4188 if test $code != 0 ; then
4189 $echo "Test ncut-b failed: ../../src/pr return code $code differs from expected value 0" 1>&2
4190 errors=`expr $errors + 1`
4191 else
4192 cmp ncut-b.O $srcdir/ncut-b.X > /dev/null 2>&1
4193 case $? in
4194 0) if test "$VERBOSE" ; then $echo "passed ncut-b"; fi ;;
4195 1) $echo "Test ncut-b failed: files ncut-b.O and $srcdir/ncut-b.X differ" 1>&2;
4196 errors=`expr $errors + 1` ;;
4197 2) $echo "Test ncut-b may have failed." 1>&2;
4198 $echo The command "cmp ncut-b.O $srcdir/ncut-b.X" failed. 1>&2 ;
4199 errors=`expr $errors + 1` ;;
4200 esac
4202 test -s ncut-b.E || rm -f ncut-b.E
4203 $xx --test -h x -o 0 $srcdir/margin-0.I > margin-0.O 2> margin-0.E
4204 code=$?
4205 if test $code != 0 ; then
4206 $echo "Test margin-0 failed: ../../src/pr return code $code differs from expected value 0" 1>&2
4207 errors=`expr $errors + 1`
4208 else
4209 cmp margin-0.O $srcdir/margin-0.X > /dev/null 2>&1
4210 case $? in
4211 0) if test "$VERBOSE" ; then $echo "passed margin-0"; fi ;;
4212 1) $echo "Test margin-0 failed: files margin-0.O and $srcdir/margin-0.X differ" 1>&2;
4213 errors=`expr $errors + 1` ;;
4214 2) $echo "Test margin-0 may have failed." 1>&2;
4215 $echo The command "cmp margin-0.O $srcdir/margin-0.X" failed. 1>&2 ;
4216 errors=`expr $errors + 1` ;;
4217 esac
4219 test -s margin-0.E || rm -f margin-0.E
4220 $xx --test -h x -d -l 14 -h "" $srcdir/dbl-sp-a.I > dbl-sp-a.O 2> dbl-sp-a.E
4221 code=$?
4222 if test $code != 0 ; then
4223 $echo "Test dbl-sp-a failed: ../../src/pr return code $code differs from expected value 0" 1>&2
4224 errors=`expr $errors + 1`
4225 else
4226 cmp dbl-sp-a.O $srcdir/dbl-sp-a.X > /dev/null 2>&1
4227 case $? in
4228 0) if test "$VERBOSE" ; then $echo "passed dbl-sp-a"; fi ;;
4229 1) $echo "Test dbl-sp-a failed: files dbl-sp-a.O and $srcdir/dbl-sp-a.X differ" 1>&2;
4230 errors=`expr $errors + 1` ;;
4231 2) $echo "Test dbl-sp-a may have failed." 1>&2;
4232 $echo The command "cmp dbl-sp-a.O $srcdir/dbl-sp-a.X" failed. 1>&2 ;
4233 errors=`expr $errors + 1` ;;
4234 esac
4236 test -s dbl-sp-a.E || rm -f dbl-sp-a.E
4237 $xx --test -h x -d -t $srcdir/dbl-sp-b.I > dbl-sp-b.O 2> dbl-sp-b.E
4238 code=$?
4239 if test $code != 0 ; then
4240 $echo "Test dbl-sp-b failed: ../../src/pr return code $code differs from expected value 0" 1>&2
4241 errors=`expr $errors + 1`
4242 else
4243 cmp dbl-sp-b.O $srcdir/dbl-sp-b.X > /dev/null 2>&1
4244 case $? in
4245 0) if test "$VERBOSE" ; then $echo "passed dbl-sp-b"; fi ;;
4246 1) $echo "Test dbl-sp-b failed: files dbl-sp-b.O and $srcdir/dbl-sp-b.X differ" 1>&2;
4247 errors=`expr $errors + 1` ;;
4248 2) $echo "Test dbl-sp-b may have failed." 1>&2;
4249 $echo The command "cmp dbl-sp-b.O $srcdir/dbl-sp-b.X" failed. 1>&2 ;
4250 errors=`expr $errors + 1` ;;
4251 esac
4253 test -s dbl-sp-b.E || rm -f dbl-sp-b.E
4254 if test $errors = 0 ; then
4255 $echo Passed all 249 tests. 1>&2
4256 else
4257 $echo Failed $errors tests. 1>&2
4259 test $errors = 0 || errors=1
4260 exit $errors