test: git status output

This commit is contained in:
decentral1se 2025-01-05 16:46:38 +01:00
parent 273c165a41
commit f01fd26ce3
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410

View File

@ -41,7 +41,7 @@ teardown(){
assert_success
assert_exists "$ABRA_DIR/recipes/$TEST_RECIPE/foo"
assert_equal "$(_git_status)" "?? foo"
assert_equal "$(_git_status)" "M compose.yml ?? foo"
run rm -rf "$ABRA_DIR/recipes/$TEST_RECIPE/foo"
assert_success