Code

merge-base-many: add trivial tests based on the documentation
[git.git] / t / t7506-status-submodule.sh
index 8987c9eb70b977fa897967749ca096646009b00a..a75130cdbb55be157c915f4fc1397227a78441ec 100755 (executable)
@@ -30,7 +30,7 @@ test_expect_success 'status clean (empty submodule dir)' '
        git status |
        grep "nothing to commit"
 '
-test_expect_failure 'status -a clean (empty submodule dir)' '
+test_expect_success 'status -a clean (empty submodule dir)' '
        git status -a |
        grep "nothing to commit"
 '