bash: cleanup tests

Signed-off-by: Solomon Hykes <solomon@dagger.io>
This commit is contained in:
Solomon Hykes
2022-02-08 23:47:28 +00:00
parent cf6fadbeda
commit 090ecfb9f2
4 changed files with 51 additions and 89 deletions

View File

@@ -0,0 +1,10 @@
setup() {
load '../../bats_helpers'
common_setup
}
@test "bash" {
dagger up
}