mirror of
https://github.com/git/git
synced 2024-11-04 16:17:49 +00:00
t1001-read-tree-m-2way: modernize test format
Some tests are still using the older four space indent format. Update these to use tabs. Signed-off-by: John Cai <johncai86@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
3c2f5d26c0
commit
58db6e450b
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ TEST_PASSES_SANITIZE_LEAK=true
|
|||
. "$TEST_DIRECTORY"/lib-read-tree.sh
|
||||
|
||||
read_tree_twoway () {
|
||||
git read-tree -m "$1" "$2" && git ls-files --stage
|
||||
git read-tree -m "$1" "$2" && git ls-files --stage
|
||||
}
|
||||
|
||||
compare_change () {
|
||||
|
|
Loading…
Reference in a new issue