summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenton Liu <liu.denton@gmail.com>2021-05-12 20:16:12 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-05-12 23:48:16 (GMT)
commitaa2b05d9f66f5c167a7a377e2a0990f4af835e71 (patch)
tree6d3a1a67f4f786d5952554b539c21244efa98201
parent0af760e26191acd3c5957841461ff224b80b43f7 (diff)
downloadgit-aa2b05d9f66f5c167a7a377e2a0990f4af835e71.zip
git-aa2b05d9f66f5c167a7a377e2a0990f4af835e71.tar.gz
git-aa2b05d9f66f5c167a7a377e2a0990f4af835e71.tar.bz2
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 <liu.denton@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rwxr-xr-xt/t3905-stash-include-untracked.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t3905-stash-include-untracked.sh b/t/t3905-stash-include-untracked.sh
index b470db7..2e67967 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 &&