t3301-notes: Test the creation of reflog entries
[gitweb.git] / t / t7506-status-submodule.sh
index dc9150a71f70e76a89c3ef5e4a715c8fba69e01c..aeec1f6142e622ffc7b0ef8a68fe7734c02d24d0 100755 (executable)
@@ -67,6 +67,11 @@ test_expect_success 'status with untracked file in submodule' '
        grep "modified:   sub (untracked content)" output
 '
 
+test_expect_success 'status -uno with untracked file in submodule' '
+       git status -uno >output &&
+       grep "^nothing to commit" output
+'
+
 test_expect_success 'status with untracked file in submodule (porcelain)' '
        git status --porcelain >output &&
        diff output - <<-\EOF