test: fix app_backup recipe cleanups [ci skip]

This commit is contained in:
decentral1se 2023-09-25 11:37:52 +02:00
parent c456d13881
commit 7b240059b0
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 2 additions and 4 deletions

View File

@ -78,8 +78,6 @@ teardown(){
run rm -rf "$ABRA_DIR/recipes/$TEST_RECIPE/foo"
assert_not_exists "$ABRA_DIR/recipes/$TEST_RECIPE/foo"
_checkout_recipe
}
@test "ensure recipe up to date if no --offline" {
@ -96,7 +94,7 @@ teardown(){
run git -C "$ABRA_DIR/recipes/$TEST_RECIPE" status
refute_output --partial 'behind 3'
_reset_recipe "$TEST_RECIPE"
_reset_recipe
}
@test "ensure recipe not up to date if --offline" {
@ -122,7 +120,7 @@ teardown(){
run git -C "$ABRA_DIR/recipes/$TEST_RECIPE" status
refute_output --partial 'behind 3'
_reset_recipe "$TEST_RECIPE"
_reset_recipe
}
@test "detect backup labels" {