From: Pádraig Brady
Date: Tue, 7 Sep 2021 13:35:45 +0000 (+0100) Subject: tests: add new stdin reading programs to tty-eof test X-Git-Tag: v9.0~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac4841298e92ce057e27d56013ec5f4842231026;p=thirdparty%2Fcoreutils.git tests: add new stdin reading programs to tty-eof test * tests/misc/tty-eof.pl: Add b2sum and basenc. --- diff --git a/tests/misc/tty-eof.pl b/tests/misc/tty-eof.pl index a55b9c8ae0..a88d18fa90 100755 --- a/tests/misc/tty-eof.pl +++ b/tests/misc/tty-eof.pl @@ -31,6 +31,7 @@ $@ { my $fail = 0; my @stdin_reading_commands = qw( + b2sum base32 base64 cat @@ -63,7 +64,7 @@ $@ wc ); my $stderr = 'tty-eof.err'; - foreach my $cmd ((@stdin_reading_commands), 'cut -f2', + foreach my $cmd ((@stdin_reading_commands), 'basenc --z85', 'cut -f2', 'numfmt --invalid=ignore') { my $exp = new Expect;