summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2015-09-03 00:34:27 +0100
committerPádraig Brady <P@draigBrady.com>2015-09-03 01:11:39 +0100
commit26c11773a4bf16c58d12240d1b6d6fa2856b51f1 (patch)
tree2546704a0fe0ab0ac3d902f2fd37a72d82c4598d /tests
parent895a56c53118ea1ed97e0641a413ca4793afaa20 (diff)
downloadcoreutils-26c11773a4bf16c58d12240d1b6d6fa2856b51f1.tar.xz
tests: test numfmt stdin behavior
* tests/misc/tty-eof.pl: Add numfmt to the list of programs that accept input on stdin.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/misc/tty-eof.pl3
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);