Add basic test-script for git-submodule
commit88961ef2589433044365213fab98de081a1ce70f
authorLars Hjemli <hjemli@gmail.com>
Sat, 2 Jun 2007 01:27:42 +0000 (2 03:27 +0200)
committerJunio C Hamano <junkio@cox.net>
Sat, 2 Jun 2007 19:48:07 +0000 (2 12:48 -0700)
tree48570402a349b983f6d57ec480008056caeda622
parent70c7ac22de681a83621bda03e676348170c8d8a2
Add basic test-script for git-submodule

This test tries to verify basic sanity of git-submodule, i.e. that it is
able to clone and update a submodule repository, that its status output is
sane, and that it barfs when the submodule path is occupied during init.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
t/t7400-submodule-basic.sh [new file with mode: 0755]