remove non portable ref to /tmp for test - https://issues.apache.org/jira/browse/AMQ-3982

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1375444 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary Tully 2012-08-21 09:29:33 +00:00
parent 030d09b816
commit 7e206615b8
1 changed files with 1 additions and 1 deletions

View File

@ -656,7 +656,7 @@ public class PListTest {
@Before
public void setUp() throws Exception {
File directory = new File("/tmp/target/test/PlistDB");
File directory = new File("target/test/PlistDB");
IOHelper.mkdirs(directory);
IOHelper.deleteChildren(directory);
startStore(directory);