Skip to content

Commit 070eb51

Browse files
committed
fix test
1 parent 1ec72ee commit 070eb51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sanitizers/src/test/java/com/code_intelligence/jazzer/sanitizers/FilePathTraversalTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ static Stream<Arguments> pathsToRelativeWin() {
116116
Paths.get("C:\\home\\user1"),
117117
Paths.get("D:\\A\\B\\C"),
118118
null, // there is no relative path from CWD to D drive
119-
Paths.get("C:\\A\\B\\C")));
119+
Paths.get("D:\\A\\B\\C")));
120120
}
121121

122122
@ParameterizedTest

0 commit comments

Comments
 (0)