We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d9f3f84 + a34457c commit 3b3e32fCopy full SHA for 3b3e32f
src/test/java/jnr/posix/EnvTest.java
@@ -39,6 +39,7 @@ public void testSetenvOverwrite() throws Throwable {
39
40
assertEquals(0, result);
41
assertNotEquals(path, posix.getenv("PATH"));
42
+ posix.setenv("PATH", path, 1);
43
}
44
45
0 commit comments