From: Denton Liu Date: Wed, 12 May 2021 20:16:12 +0000 (-0700) Subject: t3905: correct test title X-Git-Tag: v2.32.0-rc0~2^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aa2b05d9f66f5c167a7a377e2a0990f4af835e71;p=thirdparty%2Fgit.git 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 Signed-off-by: Junio C Hamano --- diff --git a/t/t3905-stash-include-untracked.sh b/t/t3905-stash-include-untracked.sh index b470db7ef7..2e6796725b 100755 --- a/t/t3905-stash-include-untracked.sh +++ b/t/t3905-stash-include-untracked.sh @@ -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 &&