@ -10,7 +10,7 @@ a scenario known to trigger a crash with some versions of git.
@@ -10,7 +10,7 @@ a scenario known to trigger a crash with some versions of git.
'
. ./test-lib.sh
test_expect_success setup '
test_expect_success 'setup' '
# The bug we are exercising requires a fair number of entries
# in a sub-directory so that add_index_entry will trigger a
@ -62,9 +62,9 @@ test_expect_success 'git ls-files --with-tree should succeed from subdir' '
@@ -62,9 +62,9 @@ test_expect_success 'git ls-files --with-tree should succeed from subdir' '
)
'
test_expect_success \
'git ls-files --with-tree should add entries from named tree.' \
'test_cmp expected output'
test_expect_success 'git ls-files --with-tree should add entries from named tree.' '
test_cmp expected output
'
test_expect_success 'no duplicates in --with-tree output' '