Update stable for shptmp -> hptmp migration

This commit is contained in:
David Roazen 2012-06-05 17:38:06 -04:00
parent ce4dc2128d
commit 3b2fab9a37
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ public abstract class BaseTest {
logger.setLevel(Level.WARN);
if ( REQUIRE_NETWORK_CONNECTION ) {
networkTempDirFile = IOUtils.tempDir("temp.", ".dir", new File("/broad/shptmp/" + System.getProperty("user.name")));
networkTempDirFile = IOUtils.tempDir("temp.", ".dir", new File("/broad/hptmp/" + System.getProperty("user.name")));
networkTempDirFile.deleteOnExit();
networkTempDir = networkTempDirFile.getAbsolutePath() + "/";