diff options
author | Jim Meyering <meyering@redhat.com> | 2008-05-10 11:50:04 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-05-10 13:35:29 +0200 |
commit | 65d65fe09457d465a3742ab7b17ca445c5dafbe3 (patch) | |
tree | 575e0ad7f904b7b68907d8be6832f593576f3be9 /tests | |
parent | a59258fbc7ef7610ffa3a0fe6dbe8bc0f6008f26 (diff) | |
download | coreutils-65d65fe09457d465a3742ab7b17ca445c5dafbe3.tar.xz |
* tests/misc/tac: Also perform stdin and piped tests.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/misc/tac | 2 |
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}; |