Signed-off-by: Jonathon Mah <[email protected]>
---
Messed up the v2 patch, sorry.

 t/t5304-prune.sh | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/t/t5304-prune.sh b/t/t5304-prune.sh
index e32e46d..e825be7 100755
--- a/t/t5304-prune.sh
+++ b/t/t5304-prune.sh
@@ -253,4 +253,17 @@ test_expect_success 'prune .git/shallow' '
        test_path_is_missing .git/shallow
 '
 
+test_expect_success 'prune: handle alternate object database' '
+       test_create_repo A && cd A &&
+       echo "Hello World" > file1 &&
+       git add file1 &&
+       git commit -m "Initial commit" file1 &&
+       cd .. &&
+       git clone -l -s A B && cd B &&
+       echo "foo bar" > file2 &&
+       git add file2 &&
+       git commit -m "next commit" file2 &&
+       git prune
+'
+
 test_done
-- 
2.3.0.rc2.2.g184f7a0


--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to