From ac4841298e92ce057e27d56013ec5f4842231026 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1draig=20Brady?=
Date: Tue, 7 Sep 2021 14:35:45 +0100 Subject: [PATCH] tests: add new stdin reading programs to tty-eof test * tests/misc/tty-eof.pl: Add b2sum and basenc. --- tests/misc/tty-eof.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/misc/tty-eof.pl b/tests/misc/tty-eof.pl index a55b9c8ae..a88d18fa9 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;