]> git.ipfire.org Git - thirdparty/git.git/commitdiff
t3000: fix some test description typos
authorElijah Newren <newren@gmail.com>
Wed, 12 Aug 2020 07:12:35 +0000 (07:12 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 12 Aug 2020 19:26:45 +0000 (12:26 -0700)
There is no such flag as --o; it is either --others or -o.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3000-ls-files-others.sh

index ffdfb16f580571a50e542b8ddb50915db8ad0584..1b9327b780d8e48848a1add1f35ca3ee5a3ed051 100755 (executable)
@@ -152,7 +152,7 @@ test_expect_success 'ls-files -o --directory with mix dir/file pathspecs' '
        )
 '
 
-test_expect_success 'ls-files --o --directory with glob filetype match' '
+test_expect_success 'ls-files -o --directory with glob filetype match' '
        (
                cd nested &&
 
@@ -168,7 +168,7 @@ test_expect_success 'ls-files --o --directory with glob filetype match' '
        )
 '
 
-test_expect_success 'ls-files --o --directory with mix of tracked states' '
+test_expect_success 'ls-files -o --directory with mix of tracked states' '
        (
                cd nested &&
 
@@ -184,7 +184,7 @@ test_expect_success 'ls-files --o --directory with mix of tracked states' '
        )
 '
 
-test_expect_success 'ls-files --o --directory with glob filetype match only' '
+test_expect_success 'ls-files -o --directory with glob filetype match only' '
        (
                cd nested &&
 
@@ -198,7 +198,7 @@ test_expect_success 'ls-files --o --directory with glob filetype match only' '
        )
 '
 
-test_expect_success 'ls-files --o --directory to get immediate paths under one dir only' '
+test_expect_success 'ls-files -o --directory to get immediate paths under one dir only' '
        (
                cd nested &&