Skip to content

Commit 74164be

Browse files
committed
use gfs working directory instead of local fs
1 parent 850a858 commit 74164be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/gluster/test/TestFSMainOperationsGlusterFileSystem.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public void setUp() throws Exception {
2626
static Path wd = null;
2727
protected Path getDefaultWorkingDirectory() throws IOException {
2828
if (wd == null)
29-
wd = FileSystem.getLocal(new Configuration()).getWorkingDirectory();
29+
wd = fSys.getWorkingDirectory();
3030
return wd;
3131
}
3232

0 commit comments

Comments
 (0)