Skip to content

Commit b07bca7

Browse files
instead of 2 create 1 directory
1 parent a5e9d44 commit b07bca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zeppelin-zengine/src/test/java/org/apache/zeppelin/notebook/NotebookTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public void setUp() throws Exception {
7171
tmpDir = new File(System.getProperty("java.io.tmpdir")+"/ZeppelinLTest_"+System.currentTimeMillis());
7272
tmpDir.mkdirs();
7373
new File(tmpDir, "conf").mkdirs();
74-
notebookDir = new File(System.getProperty("java.io.tmpdir")+"/ZeppelinLTest_"+System.currentTimeMillis()+"/notebook");
74+
notebookDir = new File(tmpDir + "/notebook");
7575
notebookDir.mkdirs();
7676

7777
System.setProperty(ConfVars.ZEPPELIN_HOME.getVarName(), tmpDir.getAbsolutePath());

0 commit comments

Comments
 (0)