tests: add new stdin reading programs to tty-eof test

* tests/misc/tty-eof.pl: Add b2sum and basenc.
This commit is contained in:
Pádraig Brady 2021-09-07 14:35:45 +01:00
parent 4af4d61d53
commit ac4841298e

View File

@ -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;