1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

Insert the `--text' argument for each test.

This commit is contained in:
Jim Meyering
2001-03-08 07:48:14 +00:00
parent 6d28b40fce
commit c2390af52f

View File

@@ -519,7 +519,7 @@ foreach $t (@Tests)
$h->{OUT} = lc $h->{OUT} . " f\n";
# Insert the `--text' argument for each test.
#splice @$t, 1, 0, '--text';
splice @$t, 1, 0, '--text';
}
my $save_temps = $ENV{DEBUG};