Skip to content

Commit 26f20fa

Browse files
committed
Merge branch 'ns/test-desc-typofix'
Typofix. * ns/test-desc-typofix: t: fix typo in test descriptions
2 parents ffd130a + 14c4776 commit 26f20fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/t3060-ls-files-with-tree.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ test_expect_success setup '
4747
git add .
4848
'
4949

50-
test_expect_success 'git -ls-files --with-tree should succeed from subdir' '
50+
test_expect_success 'git ls-files --with-tree should succeed from subdir' '
5151
# We have to run from a sub-directory to trigger prune_path
5252
# Then we finally get to run our --with-tree test
5353
(
@@ -57,7 +57,7 @@ test_expect_success 'git -ls-files --with-tree should succeed from subdir' '
5757
'
5858

5959
test_expect_success \
60-
'git -ls-files --with-tree should add entries from named tree.' \
60+
'git ls-files --with-tree should add entries from named tree.' \
6161
'test_cmp expected output'
6262

6363
test_done

0 commit comments

Comments
 (0)