summaryrefslogtreecommitdiff
path: root/lib/Term
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-10-15 13:35:36 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-10-15 13:35:36 +0000
commit1f137b8aa25f50bde68badea2080f0af72719ed2 (patch)
tree9426fdfab819483c43d012c6def7047cdfcfecff /lib/Term
parent8f215503860f0e3ae273e2af79e816bab99e7965 (diff)
downloadperl-1f137b8aa25f50bde68badea2080f0af72719ed2.tar.gz
Sync the skip() amounts with the number of tests.
p4raw-id: //depot/perl@12442
Diffstat (limited to 'lib/Term')
-rw-r--r--lib/Term/Complete.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Term/Complete.t b/lib/Term/Complete.t
index e49497e32e..81253cc1d6 100644
--- a/lib/Term/Complete.t
+++ b/lib/Term/Complete.t
@@ -10,12 +10,12 @@ use Test::More tests => 8;
use vars qw( $Term::Complete::complete $complete $Term::Complete::stty );
SKIP: {
- skip('PERL_SKIP_TTY_TEST', 7) if $ENV{PERL_SKIP_TTY_TEST};
+ skip('PERL_SKIP_TTY_TEST', 8) if $ENV{PERL_SKIP_TTY_TEST};
use_ok( 'Term::Complete' );
# this skips tests AND prevents the "used only once" warning
- skip('No stty, Term::Complete will not run here', 7)
+ skip('No stty, Term::Complete will not run here', 8)
unless defined $Term::Complete::tty_raw_noecho &&
defined $Term::Complete::tty_restore;