projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c764b42
)
Not having Safe shouldn't result in test failing TEST harness.
Perl 5 Porters [Tue, 9 Jan 1996 02:35:43 +0000 (
02:35
+0000)]
t/lib/safe.t
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/safe.t
b/t/lib/safe.t
index
72c5bf8
..
c7669a0
100644
(file)
--- a/
t/lib/safe.t
+++ b/
t/lib/safe.t
@@
-5,7
+5,7
@@
BEGIN {
@INC = '../lib';
require Config; import Config;
if ($Config{'extensions'} !~ /\bSafe\b/) {
- print STDERR "1..0\n";
+ print "1..0\n";
exit 0;
}
}