mirror of
https://github.com/coreutils/coreutils.git
synced 2024-12-11 19:04:13 +08:00
tests: add new stdin reading programs to tty-eof test
* tests/misc/tty-eof.pl: Add b2sum and basenc.
This commit is contained in:
parent
4af4d61d53
commit
ac4841298e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user