summaryrefslogtreecommitdiff
path: root/t/pragma/warn
diff options
context:
space:
mode:
Diffstat (limited to 't/pragma/warn')
-rw-r--r--t/pragma/warn/pp_sys4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/pragma/warn/pp_sys b/t/pragma/warn/pp_sys
index c09acf34e0..66f3e750db 100644
--- a/t/pragma/warn/pp_sys
+++ b/t/pragma/warn/pp_sys
@@ -74,7 +74,7 @@
flock STDIN, 8;
flock $a, 8;
- lstat() on filehandle %s [pp_stat]
+ The stat preceding lstat() wasn't an lstat %s [pp_stat]
lstat(STDIN);
warn(warn_nl, "stat"); [pp_stat]
@@ -354,7 +354,7 @@ lstat(STDIN) ;
no warnings 'io' ;
lstat(STDIN) ;
EXPECT
-lstat() on filehandle STDIN at - line 13.
+The stat preceding lstat() wasn't an lstat at - line 13.
########
# pp_sys.c [pp_fttext]
use warnings qw(unopened closed) ;