status: advise to consider use of -u when read_directory takes too long
[gitweb.git] / t / t7508-status.sh
index c206f4777a36a28687def873bd9fe60ed322fbbc..15e063a0fab64e9d3cbb0991c7d11288f5baecc0 100755 (executable)
@@ -8,6 +8,7 @@ test_description='git status'
 . ./test-lib.sh
 
 test_expect_success 'status -h in broken repository' '
+       git config --global advice.statusuoption false &&
        mkdir broken &&
        test_when_finished "rm -fr broken" &&
        (
@@ -80,7 +81,7 @@ test_expect_success 'status --column' '
 #      dir1/untracked dir2/untracked untracked
 #      dir2/modified  output
 EOF
-       test_cmp expect output
+       test_i18ncmp expect output
 '
 
 cat >expect <<\EOF