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.
exit 0;
}
-if (! -w $ENV{TMP}) {
- print "1..0\n";
- exit 0;
-}
-
print "1..4\n";
$file = "md$$";