Skip to content

Commit

Permalink
Merge branch 'ns/test-desc-typofix'
Browse files Browse the repository at this point in the history
Typofix.

* ns/test-desc-typofix:
  t: fix typo in test descriptions
  • Loading branch information
gitster committed Dec 1, 2019
2 parents ffd130a + 14c4776 commit 26f20fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/t3060-ls-files-with-tree.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ test_expect_success setup '
git add .
'

test_expect_success 'git -ls-files --with-tree should succeed from subdir' '
test_expect_success 'git ls-files --with-tree should succeed from subdir' '
# We have to run from a sub-directory to trigger prune_path
# Then we finally get to run our --with-tree test
(
Expand All @@ -57,7 +57,7 @@ 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.' \
'git ls-files --with-tree should add entries from named tree.' \
'test_cmp expected output'

test_done

0 comments on commit 26f20fa

Please sign in to comment.