mirror of
https://github.com/slimtoolkit/slim.git
synced 2025-06-03 04:00:23 +00:00
fix: bats tests broken due to recent project renaming (#456)
This commit is contained in:
parent
a4bb798922
commit
d9060dd45b
@ -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 ]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user