diff options
Diffstat (limited to 'tests/misc/tty-eof')
-rwxr-xr-x | tests/misc/tty-eof | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/misc/tty-eof b/tests/misc/tty-eof index 14910dcfc..23cb4d564 100755 --- a/tests/misc/tty-eof +++ b/tests/misc/tty-eof @@ -25,8 +25,8 @@ use strict; # Some older versions of Expect.pm (e.g. 1.07) lack the log_user method, # so check for that, too. eval { require Expect; Expect->require_version('1.11') }; -$@ and (warn "$ME: this script requires Perl's Expect package >=1.11\n"), - exit 77; +$@ + and CuSkip::skip "$ME: this script requires Perl's Expect package >=1.11\n"; { my $fail = 0; |