Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-12-01 20:04:34 +0300
committerJunio C Hamano <gitster@pobox.com>2019-12-01 20:04:34 +0300
commit26f20fa3fc5bc758260c3e99d8b962753f541995 (patch)
treedc533c7fb97342d3abb93c733ee010710045b4e3
parentffd130a363dd0968fc70d6d6dab73909f498952f (diff)
parent14c4776d7569169ff6ede95029065873f98ce4cb (diff)
Merge branch 'ns/test-desc-typofix'
Typofix. * ns/test-desc-typofix: t: fix typo in test descriptions
-rwxr-xr-xt/t3060-ls-files-with-tree.sh4
1 files changed, 2 insertions, 2 deletions
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