]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t7060-wtstatus.sh
status: disable display of '#' comment prefix by default
[thirdparty/git.git] / t / t7060-wtstatus.sh
index 52ef06b0005aabf2a201d20dbb5f232e3a26766a..5ecafac99bacfb2f6f7527f2bf7989b52cc8d07b 100755 (executable)
@@ -4,6 +4,10 @@ test_description='basic work tree status reporting'
 
 . ./test-lib.sh
 
+test_expect_success 'use status.displayCommentPrefix by default ' '
+       git config --global status.displayCommentPrefix true
+'
+
 test_expect_success setup '
        git config --global advice.statusuoption false &&
        test_commit A &&