From: Nathan Stocks Date: Wed, 6 Nov 2019 04:18:09 +0000 (+0000) Subject: t: fix typo in test descriptions X-Git-Tag: v2.25.0-rc0~114^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=14c4776d7569169ff6ede95029065873f98ce4cb;p=thirdparty%2Fgit.git 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 Reviewed-by: Taylor Blau Signed-off-by: Junio C Hamano --- diff --git a/t/t3060-ls-files-with-tree.sh b/t/t3060-ls-files-with-tree.sh index 44f378ce41..52ed665fcd 100755 --- a/t/t3060-ls-files-with-tree.sh +++ b/t/t3060-ls-files-with-tree.sh @@ -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 ( @@ -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