Merge branch '3.1.x'

Closes gh-37546
This commit is contained in:
Andy Wilkinson 2023-09-22 16:26:48 +01:00
commit af495b2dc0

View File

@ -167,6 +167,7 @@ class ExtractCommandTests {
}
});
given(this.context.getArchiveFile()).willReturn(this.jarFile);
given(this.context.getWorkingDir()).willReturn(this.extract);
assertThatIllegalStateException()
.isThrownBy(() -> this.command.run(Collections.emptyMap(), Collections.emptyList()))
.withMessageContaining("Entry 'e/../../e.jar' would be written");