docs: --chaos/-C handling for catalogue generate

This commit is contained in:
2025-01-05 16:46:20 +01:00
parent c88fc66c99
commit 273c165a41
2 changed files with 5 additions and 3 deletions

View File

@ -37,9 +37,6 @@ setup(){
run $ABRA catalogue generate gitea --chaos
assert_success
assert_exists "$ABRA_DIR/recipes/$TEST_RECIPE/foo"
assert_equal "$(_git_status)" "?? foo"
run rm -rf "$ABRA_DIR/catalogue/foo"
assert_not_exists "$ABRA_DIR/catalogue/foo"
}