From: Pádraig Brady
Date: Wed, 2 Sep 2015 23:34:27 +0000 (+0100) Subject: tests: test numfmt stdin behavior X-Git-Tag: v8.25~151 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=26c11773a4bf16c58d12240d1b6d6fa2856b51f1;p=thirdparty%2Fcoreutils.git tests: test numfmt stdin behavior * tests/misc/tty-eof.pl: Add numfmt to the list of programs that accept input on stdin. --- diff --git a/tests/misc/tty-eof.pl b/tests/misc/tty-eof.pl index 1bd9124606..c1b4b785f1 100755 --- a/tests/misc/tty-eof.pl +++ b/tests/misc/tty-eof.pl @@ -63,7 +63,8 @@ $@ wc ); my $stderr = 'tty-eof.err'; - foreach my $cmd ((@stdin_reading_commands), 'cut -f2') + foreach my $cmd ((@stdin_reading_commands), 'cut -f2', + 'numfmt --invalid=ignore') { my $exp = new Expect; $exp->log_user(0);