develooper Front page | perl.perl5.porters | Postings from March 2000

[PATCH RC1] Minor touchup File::Spec::VMS patch

From:
Barrie Slaymaker
Date:
March 10, 2000 18:50
Subject:
[PATCH RC1] Minor touchup File::Spec::VMS patch
Message ID:
200003110250.VAA05173@jester.slaysys.com
It's nicer to skip things instead of failing them while
trying to skip them...

- Barrie


--- perl-5.6.0-RC1/t/lib/filespec.t	Fri Mar 10 13:43:30 2000
+++ File-Spec/t/lib/filespec.t	Fri Mar 10 21:47:42 2000
@@ -370,7 +370,7 @@
     if ( $@ ) {
         if ( substr( $@, 0, length $skip_exception ) eq $skip_exception ) {
 	    chomp $@ ;
-	    print "not ok $current_test # skip $function: $@\n" ;
+	    print "ok $current_test # skip $function: $@\n" ;
 	}
 	else {
 	    chomp $@ ;



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About