From: Jim Meyering Date: Thu, 30 Jan 1997 03:25:16 +0000 (+0000) Subject: Do each test three times. X-Git-Tag: SH-UTILS-1_16a~330 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6b1d2c4de1ee5c5f6d5dd6ec6734a9d44f284e8d;p=thirdparty%2Fcoreutils.git Do each test three times. --- diff --git a/tests/cut/Test.pm b/tests/cut/Test.pm index 8a15c2c357..122194b48f 100755 --- a/tests/cut/Test.pm +++ b/tests/cut/Test.pm @@ -2,6 +2,8 @@ package Test; require 5.002; use strict; +$Test::input_via_default = {REDIR => 0, FILE => 0, PIPE => 0}; + my @tv = ( # test flags input expected output expected return code #