test: moar fixes

See toolshed/organising#650
This commit is contained in:
2024-12-27 21:16:15 +01:00
parent 008582c3d9
commit efb3fd8759
6 changed files with 3 additions and 19 deletions

View File

@ -47,11 +47,9 @@ teardown(){
@test "rm validate app argument" {
run $ABRA app volume rm
assert_failure
assert_output --partial 'no app provided'
run $ABRA app volume rm DOESNTEXIST
assert_failure
assert_output --partial 'cannot find app'
}
# bats test_tags=slow