diff options
author | Jim Meyering <jim@meyering.net> | 1997-01-13 04:21:30 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-01-13 04:21:30 +0000 |
commit | 371f45401c5af585ac4d99531d546b30187c2640 (patch) | |
tree | d145a7aac807a8dea123e8c712fe77eef04e9219 | |
parent | 9b9213f1227d06646d8ab49389c7e23ad24521ab (diff) | |
download | coreutils-371f45401c5af585ac4d99531d546b30187c2640.tar.xz |
Regenerated to reflect renamed tests.
-rw-r--r-- | tests/cut/Makefile.am | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/cut/Makefile.am b/tests/cut/Makefile.am index c46eb52f2..cc9982bab 100644 --- a/tests/cut/Makefile.am +++ b/tests/cut/Makefile.am @@ -9,15 +9,17 @@ tc.in tc.exp td.in td.exp te.in te.exp tf.in tf.exp tg.in tg.exp th.in th.exp \ ti.in ti.exp tj.in tj.exp tk.in tk.exp tl.in tl.exp tm.in tm.exp tn.in tn.exp \ to.in to.exp tp.in tp.exp tq.in tq.exp tr.in tr.exp ts.in ts.exp tt.in tt.exp \ tu.in tu.exp tv.in tv.exp tw.in tw.exp tx.in tx.exp ty.in ty.exp tz.in tz.exp \ -tA.in tA.exp tB.in tB.exp tC.in tC.exp tD.in tD.exp +tempty-fl.in tempty-fl.exp tmissing-fl.in tmissing-fl.exp tempty-bl.in \ +tempty-bl.exp tmissing-bl.in tmissing-bl.exp run_gen = t1.out t1.err t2.out t2.err t3.out t3.err t4.out t4.err t5.out \ t5.err t6.out t6.err t7.out t7.err t8.out t8.err t9.out t9.err ta.out ta.err \ tb.out tb.err tc.out tc.err td.out td.err te.out te.err tf.out tf.err tg.out \ tg.err th.out th.err ti.out ti.err tj.out tj.err tk.out tk.err tl.out tl.err \ tm.out tm.err tn.out tn.err to.out to.err tp.out tp.err tq.out tq.err tr.out \ tr.err ts.out ts.err tt.out tt.err tu.out tu.err tv.out tv.err tw.out tw.err \ -tx.out tx.err ty.out ty.err tz.out tz.err tA.out tA.err tB.out tB.err tC.out \ -tC.err tD.out tD.err +tx.out tx.err ty.out ty.err tz.out tz.err tempty-fl.out tempty-fl.err \ +tmissing-fl.out tmissing-fl.err tempty-bl.out tempty-bl.err tmissing-bl.out \ +tmissing-bl.err ##test-files-end EXTRA_DIST = mk-script.pl Test.pm $x-tests $(explicit) $(maint_gen) |