fix: bats tests broken due to recent project renaming (#456)

This commit is contained in:
Ivan Velichko 2023-01-16 22:50:37 +01:00 committed by GitHub
parent a4bb798922
commit d9060dd45b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ teardown() {
}
function debug_command_with_default_image_works { # @test
run docker-slim debug debug_me -- ps
run slim debug debug_me -- ps
assert [ $status -eq 0 ]
@ -21,7 +21,7 @@ function debug_command_with_default_image_works { # @test
}
function debug_command_with_custom_image_works { # @test
run docker-slim debug --debug-image busybox debug_me -- cat /proc/1/root/etc/os-release
run slim debug --debug-image busybox debug_me -- cat /proc/1/root/etc/os-release
assert [ $status -eq 0 ]