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:
61839fa
)
Fix closure.t for AmigaOS (again)
author
Norbert Pueschel
<pueschel@imsdd.meb.uni-bonn.de>
Wed, 5 Feb 1997 17:56:45 +0000
(18:56 +0100)
committer
Chip Salzenberg
<chip@atlantic.net>
Mon, 10 Feb 1997 19:29:00 +0000
(07:29 +1200)
private-msgid: <
77724742
@Armageddon.meb.uni-bonn.de>
t/op/closure.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/closure.t
b/t/op/closure.t
index
ab1e426
..
04fb7a3
100755
(executable)
--- a/
t/op/closure.t
+++ b/
t/op/closure.t
@@
-130,8
+130,6
@@
test {
&{$foo[4]}() == 0
};
-exit 0 unless $Config{'d_fork'};
-
# Additional tests by Tom Phoenix <rootbeer@teleport.com>.
{