Commit
a240de11 introduced this test and the code to make it
successful.
Signed-off-by: Jeff King <redacted>
Signed-off-by: Junio C Hamano <redacted>
HOME=`pwd`/no-such-directory
export HOME ;# this way we force the victim/.git/config to be used.
-test_expect_failure \
+test_expect_success \
'pushing a delete should be denied with denyDeletes' '
cd victim &&
git config receive.denyDeletes true &&