Wrong skip() arguments.
authorJarkko Hietaniemi <jhi@iki.fi>
Thu, 18 Oct 2001 12:37:28 +0000 (12:37 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 18 Oct 2001 12:37:28 +0000 (12:37 +0000)
p4raw-id: //depot/perl@12492

ext/B/t/terse.t

index 336b7a7..281d65c 100644 (file)
@@ -82,7 +82,8 @@ sub bar {
 
 SKIP: {
     use Config;
-    skip("- printing RVs not working under threads") if $Config{usethreads};
+    skip("- printing RVs not working under threads", 1)
+       if $Config{usethreads};
     # Schwern's example of finding an RV
     my $path = join " ", map { qq["-I$_"] } @INC;
     my $redir = $^O eq 'MacOS' ? '' : "2>&1";