projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
bbda9c9
)
broken test for use5005threads
Gurusamy Sarathy [Mon, 10 Jan 2000 00:07:29 +0000 (
00:07
+0000)]
p4raw-id: //depot/perl@4775
t/lib/safe2.t
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/safe2.t
b/t/lib/safe2.t
index
2c1c80c
..
876e7a3
100755
(executable)
--- a/
t/lib/safe2.t
+++ b/
t/lib/safe2.t
@@
-66,7
+66,7
@@
$glob = "ok 11\n";
sub sayok { print "ok @_\n" }
$cpt->share(qw($foo %bar @baz *glob sayok));
-$cpt->share('$"') unless $Config{archname} =~ /-thread$/;
+$cpt->share('$"') unless $Config{use5005threads};
$cpt->reval(q{
package other;