projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
06a5b73
)
Not having POSIX shouldn't result in test failing TEST harness.
Perl 5 Porters [Tue, 9 Jan 1996 02:33:14 +0000 (
02:33
+0000)]
t/lib/posix.t
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/posix.t
b/t/lib/posix.t
index
8d54df5
..
06e209c
100755
(executable)
--- a/
t/lib/posix.t
+++ b/
t/lib/posix.t
@@
-5,7
+5,7
@@
BEGIN {
@INC = '../lib';
require Config; import Config;
if ($Config{'extensions'} !~ /\bPOSIX\b/) {
- print STDERR "1..0\n";
+ print "1..0\n";
exit 0;
}
}