aboutsummaryrefslogtreecommitdiff
path: root/t/t5304-prune.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-03-24 23:20:51 -0700
committerJunio C Hamano <gitster@pobox.com>2008-03-27 15:39:57 -0700
commitfe308f53730f168be65c57c46e5c573b449b3e32 (patch)
treecfadcf52fb96445c230f4e60bd77d7cc39a21b73 /t/t5304-prune.sh
parent629de472b67bdb6b1fbdc72a95e1f569e3b8f02d (diff)
downloadgit-fe308f53730f168be65c57c46e5c573b449b3e32.tar.gz
git-fe308f53730f168be65c57c46e5c573b449b3e32.tar.xz
builtin-prune: protect objects listed on the command line
Finally, this resurrects the documented behaviour to protect other objects listed on the command line from getting pruned. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5304-prune.sh')
-rw-r--r--t/t5304-prune.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5304-prune.sh b/t/t5304-prune.sh
index 3d81e1f19..9fd9d0700 100644
--- a/t/t5304-prune.sh
+++ b/t/t5304-prune.sh
@@ -100,7 +100,7 @@ test_expect_success 'prune: prune unreachable heads' '
'
-test_expect_failure 'prune: do not prune heads listed as an argument' '
+test_expect_success 'prune: do not prune heads listed as an argument' '
: > file2 &&
git add file2 &&