From: Charles Bailey Date: Thu, 2 Mar 2000 04:04:52 +0000 (+0000) Subject: MIscellaneous tweaks to test and driver (Charles Lane) X-Git-Tag: accepted/trunk/20130322.191538~32948^2~57 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3b558104ccfbe5d3cbad84ed8c394cf1d7aed045;p=platform%2Fupstream%2Fperl.git MIscellaneous tweaks to test and driver (Charles Lane) p4raw-id: //depot/vmsperl@5426 --- diff --git a/t/pragma/warn/8signal b/t/pragma/warn/8signal index 0be2d13..80e6033 100644 --- a/t/pragma/warn/8signal +++ b/t/pragma/warn/8signal @@ -13,6 +13,6 @@ use warnings FATAL => qw(deprecated) ; 1 if 1 EQ 2 ; print "The End.\n" ; EXPECT -Use of EQ is deprecated at - line 8. WARN -- Use of EQ is deprecated at - line 6. DIE -- Use of EQ is deprecated at - line 8. +Use of EQ is deprecated at - line 8. diff --git a/t/pragma/warn/pp_sys b/t/pragma/warn/pp_sys index 5808536..cab1b60 100644 --- a/t/pragma/warn/pp_sys +++ b/t/pragma/warn/pp_sys @@ -195,6 +195,16 @@ syswrite() on closed filehandle main::STDIN at - line 6. (Are you trying to call syswrite() on dirhandle main::STDIN?) ######## # pp_sys.c [pp_flock] +use Config; +BEGIN { + if ( $^O eq 'VMS' and ! $Config{d_flock}) { + print <