summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2008-11-07 23:09:55 +0100
committerJunio C Hamano <gitster@pobox.com>2008-11-09 01:02:32 +0100
commit6abe9c87c78d4925e12e609f4f26447c6a579b9e (patch)
tree87d2c53dbec70b314b86efa7eb988d84e6c39411 /t
parentgitweb: Fix mod_perl support. (diff)
downloadgit-6abe9c87c78d4925e12e609f4f26447c6a579b9e.tar.xz
git-6abe9c87c78d4925e12e609f4f26447c6a579b9e.zip
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>
Diffstat (limited to 't')
-rwxr-xr-xt/t5400-send-pack.sh2
1 files changed, 1 insertions, 1 deletions
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 &&