test: fixups for the changepocalypse

This commit is contained in:
2024-07-09 09:41:49 +02:00
parent c33ca1c6bc
commit addbda9145
10 changed files with 22 additions and 23 deletions

View File

@ -40,12 +40,3 @@ setup(){
assert_not_exists "$ABRA_DIR/catalogue"
}
@test "catalogue recipe is a git repository" {
run $ABRA recipe fetch "$TEST_RECIPE"
assert_success
assert_output --partial 'local recipe catalogue is missing'
assert_exists "$ABRA_DIR/catalogue"
assert_exists "$ABRA_DIR/catalogue/.git"
}