mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Merge branch '4.0.x'
This commit is contained in:
+1
-1
@@ -100,7 +100,7 @@ class TarGzipBuildpackTests {
|
||||
Buildpack buildpack = TarGzipBuildpack.resolve(this.resolverContext, reference);
|
||||
assertThat(buildpack).as("Buildpack %s resolved from reference %s", buildpack, reference).isNotNull();
|
||||
assertThatIllegalStateException().isThrownBy(() -> buildpack.apply((layers) -> {
|
||||
})).withMessage("Entry '../bin/' cannot be written outside of '/cnb/buildpacks/example_buildpack1/0.0.1'");
|
||||
})).withMessageContaining("Entry '../bin/' cannot be written outside of '");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user