Code

mailinfo: cleanup extra spaces for complex 'From:'
[git.git] / t / t7502-status.sh
index 1905fb34cd222aa9443d28fd673b0cc9e02f3335..93f875f50054225e0879843b6e29ac057ba6c020 100755 (executable)
@@ -292,6 +292,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