From f60bd3f4c8d14e6a83e7669e1419bc373b9e2ce0 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 19 Feb 2003 12:56:37 +0000 Subject: [PATCH] comment out diagnostic --- tests/misc/cat-tty-eof | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/misc/cat-tty-eof b/tests/misc/cat-tty-eof index 1d7a3edbb7..f2121818d3 100755 --- a/tests/misc/cat-tty-eof +++ b/tests/misc/cat-tty-eof @@ -32,7 +32,7 @@ $@ and (warn "$ME: this script requires Perl's Expect package\n"), exit 77; $exp->send(''); # FIXME: it'd be better not to hard-code ^D here $exp->expect (0, '-re', "^foo\\r?\$"); my $found = $exp->expect (1, '-re', "^.+\$"); - $found and warn "F: $found: " . $exp->exp_match () . "\n"; + # $found and warn "F: $found: " . $exp->exp_match () . "\n"; $exp->expect(0, 'eof'); # defined $exp->exitstatus and warn "E: " . $exp->exitstatus . "\n"; defined $found && defined $exp->exitstatus && $exp->exitstatus == 0 -- 2.47.2