This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix testsuite issues in change#5397
[perl5.git] / t / pragma / warn / pp_sys
index cab1b60..d428344 100644 (file)
@@ -215,8 +215,8 @@ flock STDIN, 8;
 opendir STDIN, ".";
 flock STDIN, 8;
 EXPECT
-flock() on closed filehandle main::STDIN at - line 4.
-flock() on closed filehandle main::STDIN at - line 6.
+flock() on closed filehandle main::STDIN at - line 14.
+flock() on closed filehandle main::STDIN at - line 16.
 (Are you trying to call flock() on dirhandle main::STDIN?)
 ########
 # pp_sys.c [pp_prtf pp_send pp_bind pp_connect pp_listen pp_accept pp_shutdown pp_ssockopt ppp_getpeername]