t1450: refactor loose-object removal
[gitweb.git] / t / t4254-am-corrupt.sh
index 85716dd6ec566f34f7c4e0b30477bb1531c6030e..168739c7214c764ef7f35a83063d369c1db22ec4 100755 (executable)
@@ -29,9 +29,9 @@ test_expect_success 'try to apply corrupted patch' '
 '
 
 test_expect_success 'compare diagnostic; ensure file is still here' '
-       echo "fatal: git diff header lacks filename information (line 4)" >expected &&
+       echo "error: git diff header lacks filename information (line 4)" >expected &&
        test_path_is_file f &&
-       test_cmp expected actual
+       test_i18ncmp expected actual
 '
 
 test_done