Merge pull request #37395 from erichaagdev

* gh-37395:
  Mock working directory for extract test

Closes gh-37395
2.7.x
Andy Wilkinson 1 year ago
commit 6936d7e5f5

@ -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");

Loading…
Cancel
Save