Skip to content

Commit aa2b05d

Browse files
Denton-Lgitster
authored andcommitted
t3905: correct test title
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0af760e commit aa2b05d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t3905-stash-include-untracked.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ test_expect_success 'stash show --only-untracked only shows untracked files' '
367367
test_cmp expect actual
368368
'
369369

370-
test_expect_success 'stash show --no-include-untracked cancels --{include,show}-untracked' '
370+
test_expect_success 'stash show --no-include-untracked cancels --{include,only}-untracked' '
371371
git reset --hard &&
372372
git clean -xf &&
373373
>untracked &&

0 commit comments

Comments
 (0)