Skip to content

Commit

Permalink
Merge pull request #185 from dserfe/fix-flaky
Browse files Browse the repository at this point in the history
Fix flaky tests
  • Loading branch information
enebo committed Oct 26, 2023
2 parents d9f3f84 + a34457c commit 3b3e32f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/jnr/posix/EnvTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public void testSetenvOverwrite() throws Throwable {

assertEquals(0, result);
assertNotEquals(path, posix.getenv("PATH"));
posix.setenv("PATH", path, 1);
}
}

Expand Down

0 comments on commit 3b3e32f

Please sign in to comment.