Skip to content

Commit

Permalink
t3905: correct test title
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Denton-L authored and gitster committed May 12, 2021
1 parent 0af760e commit aa2b05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t3905-stash-include-untracked.sh
Expand Up @@ -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 &&
Expand Down

0 comments on commit aa2b05d

Please sign in to comment.