From: Jeff King <peff@peff.net>
Date: Fri, 7 Nov 2008 22:09:55 +0000 (-0500)
Subject: t5400: expect success for denying deletion
X-Git-Tag: v1.6.1-rc1~78
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6abe9c87c78d4925e12e609f4f26447c6a579b9e;p=git

t5400: expect success for denying deletion

Commit a240de11 introduced this test and the code to make it
successful.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
---

diff --git a/t/t5400-send-pack.sh b/t/t5400-send-pack.sh
index 6fe2f87b85..da69f087b4 100755
--- a/t/t5400-send-pack.sh
+++ b/t/t5400-send-pack.sh
@@ -103,7 +103,7 @@ unset GIT_CONFIG GIT_CONFIG_LOCAL
 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 &&