Merge branch 'es/want-color-fd-defensive'
[gitweb.git] / t / t7063-status-untracked-cache.sh
index c61e304e97376b09de51299a797dfb388335a365..c9162c54f4ceab56cd9fbbb455f3030cc7ae60d9 100755 (executable)
@@ -666,7 +666,7 @@ test_expect_success 'test ident field is working' '
        mkdir ../other_worktree &&
        cp -R done dthree dtwo four three ../other_worktree &&
        GIT_WORK_TREE=../other_worktree git status 2>../err &&
-       echo "warning: Untracked cache is disabled on this system or location." >../expect &&
+       echo "warning: untracked cache is disabled on this system or location" >../expect &&
        test_i18ncmp ../expect ../err
 '