Skip to content

Commit 14c4776

Browse files
CleanCutgitster
authored andcommitted
t: fix typo in test descriptions
Fix two test descriptions which stated "git -ls-files" when the actual command being tested was "git ls-files". Signed-off-by: Nathan Stocks <[email protected]> Reviewed-by: Taylor Blau <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5fa0f52 commit 14c4776

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)