aboutsummaryrefslogtreecommitdiff
path: root/t/t5500-fetch-pack.sh
diff options
context:
space:
mode:
authorMichael Haggerty <mhagger@alum.mit.edu>2012-09-09 08:19:47 +0200
committerJunio C Hamano <gitster@pobox.com>2012-09-12 11:46:32 -0700
commit778e7543d20531bec93d5c9965f32541e78b8e34 (patch)
treeb1d9b6b9ea90fb80ddb6746426a62406284ecdc0 /t/t5500-fetch-pack.sh
parent7418f1a0371fd935de6cbe718bbdd567070e9d17 (diff)
downloadgit-778e7543d20531bec93d5c9965f32541e78b8e34.tar.gz
git-778e7543d20531bec93d5c9965f32541e78b8e34.tar.xz
fetch-pack: report missing refs even if no existing refs were received
This fixes a test in t5500. Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5500-fetch-pack.sh')
-rwxr-xr-xt/t5500-fetch-pack.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5500-fetch-pack.sh b/t/t5500-fetch-pack.sh
index acd41e857..894d945bd 100755
--- a/t/t5500-fetch-pack.sh
+++ b/t/t5500-fetch-pack.sh
@@ -403,7 +403,7 @@ test_expect_success 'set up tests of missing reference' '
EOF
'
-test_expect_failure 'test lonely missing ref' '
+test_expect_success 'test lonely missing ref' '
(
cd client &&
test_must_fail git fetch-pack --no-progress .. refs/heads/xyzzy