commit: Fix stripping of patch in verbose mode.
[gitweb.git] / t / t7502-status.sh
index c8e4c2e7b452c5e8db3958a85195c8cc5f6918f5..187a13e64fe2b2fea85b3a80852cd2dacca5acd3 100755 (executable)
@@ -285,6 +285,12 @@ test_expect_success 'status submodule summary is disabled by default' '
        test_cmp expect output
 '
 
+# we expect the same as the previous test
+test_expect_success 'status --untracked-files=all does not show submodule' '
+       git status --untracked-files=all >output &&
+       test_cmp expect output
+'
+
 head=$(cd sm && git rev-parse --short=7 --verify HEAD)
 
 cat >expect <<EOF