We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ffd130a + 14c4776 commit 26f20faCopy full SHA for 26f20fa
t/t3060-ls-files-with-tree.sh
@@ -47,7 +47,7 @@ test_expect_success setup '
47
git add .
48
'
49
50
-test_expect_success 'git -ls-files --with-tree should succeed from subdir' '
+test_expect_success 'git ls-files --with-tree should succeed from subdir' '
51
# We have to run from a sub-directory to trigger prune_path
52
# Then we finally get to run our --with-tree test
53
(
@@ -57,7 +57,7 @@ test_expect_success 'git -ls-files --with-tree should succeed from subdir' '
57
58
59
test_expect_success \
60
- 'git -ls-files --with-tree should add entries from named tree.' \
+ 'git ls-files --with-tree should add entries from named tree.' \
61
'test_cmp expected output'
62
63
test_done
0 commit comments