two fake test failures on VMS fixed
[p5sagit/p5-mst-13.2.git] / lib / Term / Complete.t
index 81253cc..7386474 100644 (file)
@@ -15,7 +15,7 @@ SKIP: {
     use_ok( 'Term::Complete' );
   
     # this skips tests AND prevents the "used only once" warning
-    skip('No stty, Term::Complete will not run here', 8)
+    skip('No stty, Term::Complete will not run here', 7)
        unless defined $Term::Complete::tty_raw_noecho &&
               defined $Term::Complete::tty_restore;