coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Pádraig Brady
Subject: [PATCH] tests: add new stdin reading programs to tty-eof test
Date: Tue, 7 Sep 2021 14:39:18 +0100

* 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;
-- 
2.26.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]