We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6d07a5 commit d3ffa66Copy full SHA for d3ffa66
src/test/java/org/apache/hadoop/fs/test/unit/HcfsUmaskTest.java
@@ -70,7 +70,7 @@ public void tearDown() throws Exception {
70
public void testMkdirsWithUmask() throws Exception {
71
Configuration conf = fs.getConf();
72
String oldUmask = conf.get("fs.permissions.umask-mode");
73
- Path dir = new Path("/dirUmask022");
+ Path dir = new Path("dirUmask022");
74
conf.set("fs.permissions.umask-mode", "022");
75
assertTrue(fs.mkdirs(dir));
76
conf.set("fs.permissions.umask-mode", oldUmask);
0 commit comments