diff options
author | Jeff King <peff@peff.net> | 2008-11-07 17:09:55 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-11-08 16:02:32 -0800 |
commit | 6abe9c87c78d4925e12e609f4f26447c6a579b9e (patch) | |
tree | 87d2c53dbec70b314b86efa7eb988d84e6c39411 | |
parent | gitweb: Fix mod_perl support. (diff) | |
download | tgif-6abe9c87c78d4925e12e609f4f26447c6a579b9e.tar.xz |
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>
-rwxr-xr-x | t/t5400-send-pack.sh | 2 |
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 && |