]> git.ipfire.org Git - thirdparty/git.git/blame - t/t1013-read-tree-submodule.sh
path.c: don't call the match function without value in trie_find()
[thirdparty/git.git] / t / t1013-read-tree-submodule.sh
CommitLineData
48294e1d
JL
1#!/bin/sh
2
3test_description='read-tree can handle submodules'
4
5. ./test-lib.sh
6. "$TEST_DIRECTORY"/lib-submodule-update.sh
7
25804914
SB
8KNOWN_FAILURE_DIRECTORY_SUBMODULE_CONFLICTS=1
9KNOWN_FAILURE_SUBMODULE_OVERWRITE_IGNORED_UNTRACKED=1
10
17f38cb7 11test_submodule_switch_recursing_with_args "read-tree -u -m"
25804914 12
17f38cb7 13test_submodule_forced_switch_recursing_with_args "read-tree -u --reset"
25804914 14
48294e1d
JL
15test_submodule_switch "git read-tree -u -m"
16
17test_submodule_forced_switch "git read-tree -u --reset"
18
19test_done