From: Björn Gustavsson Date: Mon, 9 Nov 2009 20:11:59 +0000 (+0100) Subject: Add missing test for 'git remote update --prune' X-Git-Tag: v1.6.6-rc1~44^2~5 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e2d41c64bfbea592daeb3a065f1aa3900a03e07f;p=git.git Add missing test for 'git remote update --prune' Signed-off-by: Björn Gustavsson Signed-off-by: Junio C Hamano --- diff --git a/t/t5505-remote.sh b/t/t5505-remote.sh index 852ccb5d7..e931ce6c6 100755 --- a/t/t5505-remote.sh +++ b/t/t5505-remote.sh @@ -365,6 +365,17 @@ test_expect_success 'update with arguments' ' ' +test_expect_success 'update --prune' ' + + (cd one && + git branch -m side2 side3) && + (cd test && + git remote update --prune && + (cd ../one && git branch -m side3 side2) + git rev-parse refs/remotes/origin/side3 && + test_must_fail git rev-parse refs/remotes/origin/side2) +' + cat > one/expect << EOF apis/master apis/side