We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ec72ee commit 070eb51Copy full SHA for 070eb51
1 file changed
sanitizers/src/test/java/com/code_intelligence/jazzer/sanitizers/FilePathTraversalTest.java
@@ -116,7 +116,7 @@ static Stream<Arguments> pathsToRelativeWin() {
116
Paths.get("C:\\home\\user1"),
117
Paths.get("D:\\A\\B\\C"),
118
null, // there is no relative path from CWD to D drive
119
- Paths.get("C:\\A\\B\\C")));
+ Paths.get("D:\\A\\B\\C")));
120
}
121
122
@ParameterizedTest
0 commit comments