diff options
| author | John Cai <johncai86@gmail.com> | 2023-05-18 20:03:09 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-05-19 10:08:11 -0700 |
| commit | 58db6e450b52cda221a9e8288e61ceb12553e651 (patch) | |
| tree | 8d8444d5e96889a0172b5a27a6390b9c279af4fc | |
| parent | 3c2f5d26c0d953c5c63557a5c97cddc528d62a55 (diff) | |
| download | git-58db6e450b52cda221a9e8288e61ceb12553e651.tar.xz | |
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>
| -rwxr-xr-x | t/t1001-read-tree-m-2way.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t1001-read-tree-m-2way.sh b/t/t1001-read-tree-m-2way.sh index 3fb1b0c162..88c524f655 100755 --- a/t/t1001-read-tree-m-2way.sh +++ b/t/t1001-read-tree-m-2way.sh @@ -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 () { |
