From 26c11773a4bf16c58d12240d1b6d6fa2856b51f1 Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Thu, 3 Sep 2015 00:34:27 +0100 Subject: tests: test numfmt stdin behavior * tests/misc/tty-eof.pl: Add numfmt to the list of programs that accept input on stdin. --- tests/misc/tty-eof.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/misc') diff --git a/tests/misc/tty-eof.pl b/tests/misc/tty-eof.pl index 1bd912460..c1b4b785f 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); -- cgit v1.2.3-54-g00ecf