Signed-off-by: Christian Couder <chrisc...@tuxfamily.org>
---
 t/t0400-external-odb.sh | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/t/t0400-external-odb.sh b/t/t0400-external-odb.sh
index 6c6da5c..3c868ca 100755
--- a/t/t0400-external-odb.sh
+++ b/t/t0400-external-odb.sh
@@ -66,4 +66,12 @@ test_expect_success 'helper can add objects to alt repo' '
        test "$size" -eq "$alt_size"
 '
 
+test_expect_success 'commit adds objects to alt repo' '
+       test_config odb.magic.command "$HELPER" &&
+       test_commit three &&
+       hash3=$(git ls-tree HEAD | grep three.t | cut -f1 | cut -d\  -f3) &&
+       content=$(cd alt-repo && git show "$hash3") &&
+       test "$content" = "three"
+'
+
 test_done
-- 
2.9.0.rc2.11.g990c140

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

Reply via email to