projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69e9bdf
)
fix typo
author
Gurusamy Sarathy
<gsar@cpan.org>
Fri, 17 Sep 1999 21:13:55 +0000
(21:13 +0000)
committer
Gurusamy Sarathy
<gsar@cpan.org>
Fri, 17 Sep 1999 21:13:55 +0000
(21:13 +0000)
p4raw-id: //depot/perl@4187
t/io/open.t
patch
|
blob
|
history
diff --git
a/t/io/open.t
b/t/io/open.t
index
0329c31
..
80fa0b5
100755
(executable)
--- a/
t/io/open.t
+++ b/
t/io/open.t
@@
-79,7
+79,7
@@
print "ok 23\n";
unlink("afile");
}
-if ($Is_VMS) { for (24..46) { print "ok $_ # skipped: not Unix fork\n";
{
+if ($Is_VMS) { for (24..46) { print "ok $_ # skipped: not Unix fork\n";
}
else {
print "# \$!='$!'\nnot " unless open(my $f, '-|', <<'EOC');
./perl -e "print qq(a row\n); print qq(another row\n)"