Sync with maint
[git.git] / t / t1013-read-tree-submodule.sh
blob20526aed34212597179eff4bec41866ae3254183
1 #!/bin/sh
3 test_description='read-tree can handle submodules'
5 . ./test-lib.sh
6 . "$TEST_DIRECTORY"/lib-submodule-update.sh
8 test_submodule_switch "git read-tree -u -m"
10 test_submodule_forced_switch "git read-tree -u --reset"
12 test_done