summaryrefslogtreecommitdiff
path: root/tests/misc/tac
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-05-10 11:50:04 +0200
committerJim Meyering <meyering@redhat.com>2008-05-10 13:35:29 +0200
commit65d65fe09457d465a3742ab7b17ca445c5dafbe3 (patch)
tree575e0ad7f904b7b68907d8be6832f593576f3be9 /tests/misc/tac
parenta59258fbc7ef7610ffa3a0fe6dbe8bc0f6008f26 (diff)
downloadcoreutils-65d65fe09457d465a3742ab7b17ca445c5dafbe3.tar.xz
* tests/misc/tac: Also perform stdin and piped tests.
Diffstat (limited to 'tests/misc/tac')
-rwxr-xr-xtests/misc/tac2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/tac b/tests/misc/tac
index 9aa9ebaaf..bc0c04c81 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};