forked from toolshed/abra
		
	fix tests/integration/recipe_lint.bats
This commit is contained in:
		| @ -66,13 +66,13 @@ setup() { | ||||
|   assert_success | ||||
|  | ||||
|   run git -C "$ABRA_DIR/recipes/$TEST_RECIPE" status | ||||
|   assert_output --partial 'behind 3' | ||||
|   assert_output --partial "Your branch is behind 'origin/main' by 3 commits" | ||||
|  | ||||
|   run $ABRA recipe lint "$TEST_RECIPE" | ||||
|   assert_success | ||||
|  | ||||
|   run git -C "$ABRA_DIR/recipes/$TEST_RECIPE" status | ||||
|   refute_output --partial 'behind 3' | ||||
|   refute_output --partial "Your branch is behind 'origin/main' by 3 commits" | ||||
|  | ||||
|   _reset_recipe | ||||
| } | ||||
| @ -82,13 +82,13 @@ setup() { | ||||
|   assert_success | ||||
|  | ||||
|   run git -C "$ABRA_DIR/recipes/$TEST_RECIPE" status | ||||
|   assert_output --partial 'behind 3' | ||||
|   assert_output --partial "Your branch is behind 'origin/main' by 3 commits" | ||||
|  | ||||
|   run $ABRA recipe lint "$TEST_RECIPE" --offline | ||||
|   assert_success | ||||
|  | ||||
|   run git -C "$ABRA_DIR/recipes/$TEST_RECIPE" status | ||||
|   assert_output --partial 'behind 3' | ||||
|   assert_output --partial "Your branch is behind 'origin/main' by 3 commits" | ||||
|  | ||||
|   _reset_recipe | ||||
| } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user