summaryrefslogtreecommitdiff
path: root/t/t4254-am-corrupt.sh
diff options
context:
space:
mode:
authorVasco Almeida <vascomalmeida@sapo.pt>2016-10-17 13:15:26 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-10-17 21:51:42 (GMT)
commitf25dfb5e8d26204e58d60a6fc209e4ae65827d83 (patch)
tree938ac75ee1cdae46103949eedce4a34649896a97 /t/t4254-am-corrupt.sh
parentd1d42bf5980b2d31f43f4a54c3d98d19f879b919 (diff)
downloadgit-f25dfb5e8d26204e58d60a6fc209e4ae65827d83.zip
git-f25dfb5e8d26204e58d60a6fc209e4ae65827d83.tar.gz
git-f25dfb5e8d26204e58d60a6fc209e4ae65827d83.tar.bz2
i18n: apply: mark error message for translation
Update test to reflect changes. Signed-off-by: Vasco Almeida <vascomalmeida@sapo.pt> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4254-am-corrupt.sh')
-rwxr-xr-xt/t4254-am-corrupt.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t4254-am-corrupt.sh b/t/t4254-am-corrupt.sh
index 9bd7dd2..168739c 100755
--- 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_i18ncmp expected actual
'
test_done