From 7b240059b05048e230ff08299693ff06311cfeb4 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Mon, 25 Sep 2023 11:37:52 +0200 Subject: [PATCH] test: fix app_backup recipe cleanups [ci skip] --- tests/integration/app_backup.bats | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/integration/app_backup.bats b/tests/integration/app_backup.bats index 9456f9e0..2e46fd29 100644 --- a/tests/integration/app_backup.bats +++ b/tests/integration/app_backup.bats @@ -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" {