]> git.ipfire.org Git - thirdparty/git.git/commitdiff
t3905: correct test title
authorDenton Liu <liu.denton@gmail.com>
Wed, 12 May 2021 20:16:12 +0000 (13:16 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 12 May 2021 23:48:16 +0000 (08:48 +0900)
We reference the non-existent option `git stash show --show-untracked`
when we really meant `--only-untracked`. Correct the test title
accordingly.

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3905-stash-include-untracked.sh

index b470db7ef7b4af6d9780b600da70c34ed8e5b6a1..2e6796725bd60e2519ce33dae722be02fb5e2c9c 100755 (executable)
@@ -367,7 +367,7 @@ test_expect_success 'stash show --only-untracked only shows untracked files' '
        test_cmp expect actual
 '
 
-test_expect_success 'stash show --no-include-untracked cancels --{include,show}-untracked' '
+test_expect_success 'stash show --no-include-untracked cancels --{include,only}-untracked' '
        git reset --hard &&
        git clean -xf &&
        >untracked &&