diff options
-rwxr-xr-x | tests/misc/tty-eof.pl | 3 |
1 files changed, 2 insertions, 1 deletions
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); |