]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t3905-stash-include-untracked.sh
Merge branch 'dl/stash-show-untracked-fixup'
[thirdparty/git.git] / t / t3905-stash-include-untracked.sh
index 5bed8fd2fd76efd7c89f09c3cb5b1a31cfc8ece2..dd2cdcc114867ed0810190417c0f2a98ee24a641 100755 (executable)
@@ -333,6 +333,8 @@ test_expect_success 'stash show --include-untracked shows untracked files' '
        git stash show -p --include-untracked >actual &&
        test_cmp expect actual &&
        git stash show --include-untracked -p >actual &&
+       test_cmp expect actual &&
+       git -c stash.showIncludeUntracked=true stash show -p >actual &&
        test_cmp expect actual
 '