Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jk/abbrev-auto'
[gitweb.git]
/
t
/
t4254-am-corrupt.sh
diff --git
a/t/t4254-am-corrupt.sh
b/t/t4254-am-corrupt.sh
index 9bd7dd2ba15cfd1096d3e89b012f5979b1a01eee..168739c7214c764ef7f35a83063d369c1db22ec4 100755
(executable)
--- a/
t/t4254-am-corrupt.sh
+++ b/
t/t4254-am-corrupt.sh
@@
-31,7
+31,7
@@
test_expect_success 'try to apply corrupted patch' '
test_expect_success 'compare diagnostic; ensure file is still here' '
echo "error: git diff header lacks filename information (line 4)" >expected &&
test_path_is_file f &&
- test_cmp expected actual
+ test_
i18n
cmp expected actual
'
test_done