summaryrefslogtreecommitdiff
path: root/cpan/Memoize
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2010-02-20 20:03:54 +0000
committerDavid Mitchell <davem@iabyn.com>2010-02-21 23:39:03 +0000
commit35f3bf0abf61ebcb5fa1b026d4803b0cef3d574a (patch)
treeb20ed8f1258067be9b42b76bbd579dcc558dfb35 /cpan/Memoize
parent67d13d020f12d3ee57eba5c0a0265a692cf02e3f (diff)
downloadperl-35f3bf0abf61ebcb5fa1b026d4803b0cef3d574a.tar.gz
stop cpan/Memoize/t/tie_ndbm.t being skipped
Back in 2006, 0b40f9f8cf631862db10aed9706454c7518fef19 added a skip check for $ENV{TMP} being writeable. This test failed if $TMP wasn't set, but also, since then this test script has been updated to write its temp files to the current dir rather than /tmp, so the TMP check is redundant, and is now removed.
Diffstat (limited to 'cpan/Memoize')
-rw-r--r--cpan/Memoize/t/tie_ndbm.t5
1 files changed, 0 insertions, 5 deletions
diff --git a/cpan/Memoize/t/tie_ndbm.t b/cpan/Memoize/t/tie_ndbm.t
index e9b0379156..a328bc01bb 100644
--- a/cpan/Memoize/t/tie_ndbm.t
+++ b/cpan/Memoize/t/tie_ndbm.t
@@ -26,11 +26,6 @@ if ($@) {
exit 0;
}
-if (! -w $ENV{TMP}) {
- print "1..0\n";
- exit 0;
-}
-
print "1..4\n";
$file = "md$$";