projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a53dbfb
)
Skip lib/Memoize/t/tie_ndbm.t if $TMP is not writable.
Steve Peters [Wed, 5 Jul 2006 15:40:05 +0000 (15:40 +0000)]
p4raw-id: //depot/perl@28485
lib/Memoize/t/tie_ndbm.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/Memoize/t/tie_ndbm.t
b/lib/Memoize/t/tie_ndbm.t
index
a328bc0
..
e9b0379
100644
(file)
--- a/
lib/Memoize/t/tie_ndbm.t
+++ b/
lib/Memoize/t/tie_ndbm.t
@@
-26,6
+26,11
@@
if ($@) {
exit 0;
}
+if (! -w $ENV{TMP}) {
+ print "1..0\n";
+ exit 0;
+}
+
print "1..4\n";
$file = "md$$";