Skip to content

Commit 208a28e

Browse files
committed
Merge branch 'jc/test-modernization'
* jc/test-modernization: t7101-reset-empty-subdirs: modernize test format t6050-replace: modernize test format t5306-pack-nobase: modernize test format t5303-pack-corruption-resilience: modernize test format t5301-sliding-window: modernize test format t5300-pack-object: modernize test format t4206-log-follow-harder-copies: modernize test format t4202-log: modernize test format t4004-diff-rename-symlink: modernize test format t4003-diff-rename-1: modernize test format t4002-diff-basic: modernize test format t3903-stash: modernize test format t3700-add: modernize test format t3500-cherry: modernize test format t1006-cat-file: modernize test format t1002-read-tree-m-u-2way: modernize test format t1001-read-tree-m-2way: modernize test format t3210-pack-refs: modernize test format t0030-stripspace: modernize test format t0000-basic: modernize test format
2 parents 6069c1a + 3b8724b commit 208a28e

20 files changed

+1564
-1593
lines changed

t/t0000-basic.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,7 @@ test_expect_success 'validate object ID for a known tree' '
10141014
'
10151015

10161016
test_expect_success 'showing tree with git ls-tree' '
1017-
git ls-tree $tree >current
1017+
git ls-tree $tree >current
10181018
'
10191019

10201020
test_expect_success 'git ls-tree output for a known tree' '

0 commit comments

Comments
 (0)