fix typo
authorGurusamy Sarathy <gsar@cpan.org>
Fri, 17 Sep 1999 21:13:55 +0000 (21:13 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Fri, 17 Sep 1999 21:13:55 +0000 (21:13 +0000)
p4raw-id: //depot/perl@4187

t/io/open.t

index 0329c31..80fa0b5 100755 (executable)
@@ -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)"