This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
fd22ff1
)
Test nit.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Sun, 27 Aug 2000 15:30:49 +0000
(15:30 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Sun, 27 Aug 2000 15:30:49 +0000
(15:30 +0000)
p4raw-id: //depot/perl@6847
t/pragma/warn/pp_sys
patch
|
blob
|
blame
|
history
diff --git
a/t/pragma/warn/pp_sys
b/t/pragma/warn/pp_sys
index
88c3542
..
2843c70
100644
(file)
--- a/
t/pragma/warn/pp_sys
+++ b/
t/pragma/warn/pp_sys
@@
-397,4
+397,4
@@
my $a = sysread(F, $a,10) ;
close F ;
unlink $file ;
EXPECT
close F ;
unlink $file ;
EXPECT
-Filehandle F opened only for output at - line
5
.
+Filehandle F opened only for output at - line
12
.