Merge branch 'bk/document-commit-tree-S'
[gitweb.git] / t / t7512-status-help.sh
index c35d01de54122de549ea7ec4f4ab66309ec6fe36..06749a6aa07e40a5e5081c8912264d9c15b385ef 100755 (executable)
@@ -5,7 +5,7 @@
 #                   Grenoble INP Ensimag
 #
 
-test_description='git status advices'
+test_description='git status advice'
 
 . ./test-lib.sh
 
@@ -14,6 +14,7 @@ test_description='git status advices'
 set_fake_editor
 
 test_expect_success 'prepare for conflicts' '
+       git config --global advice.statusuoption false &&
        test_commit init main.txt init &&
        git branch conflicts &&
        test_commit on_master main.txt on_master &&