tests: add a testcase for "git submodule sync"
commit52e8370bc7a71366b664ece0a9ec0b79d673a356
authorDavid Aguilar <davvid@gmail.com>
Thu, 2 Oct 2008 09:11:55 +0000 (2 02:11 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Fri, 3 Oct 2008 01:38:37 +0000 (2 18:38 -0700)
tree9e6728b3720ff59e8242bfa55442b1dc489ceebb
parentbf8f2ad5f20b8c911d6a84438faa3c994decf71b
tests: add a testcase for "git submodule sync"

This testcase ensures that upstream changes to submodule properties
can be updated using the sync subcommand.  This particular test
changes the submodule URL upstream and uses the sync command to update
an existing checkout.

Signed-off-by: David Aguilar <davvid@gmail.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
t/t7403-submodule-sync.sh [new file with mode: 0755]