forked from toolshed/abra
		
	test: fix app_backup recipe cleanups [ci skip]
This commit is contained in:
		| @ -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" { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user