From: Jim Meyering Date: Sat, 10 May 2008 09:50:04 +0000 (+0200) Subject: * tests/misc/tac: Also perform stdin and piped tests. X-Git-Tag: v6.12~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65d65fe09457d465a3742ab7b17ca445c5dafbe3;p=thirdparty%2Fcoreutils.git * tests/misc/tac: Also perform stdin and piped tests. --- diff --git a/tests/misc/tac b/tests/misc/tac index 9aa9ebaafe..bc0c04c81f 100755 --- a/tests/misc/tac +++ b/tests/misc/tac @@ -67,7 +67,7 @@ my @Tests = {OUT=>".___4.__3._2._1.____z.___y.__x"}], ); -# @Tests = triple_test \@Tests; +@Tests = triple_test \@Tests; my $save_temps = $ENV{DEBUG}; my $verbose = $ENV{VERBOSE};