Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-check-attr: Demonstrate problems with unnormalized paths
[gitweb.git]
/
t
/
t4150-am.sh
diff --git
a/t/t4150-am.sh
b/t/t4150-am.sh
index 850fc96d1f07b19310cb4672ab44374b37b82d67..151404e0908c55f3c0d399d03225b077dc226562 100755
(executable)
--- a/
t/t4150-am.sh
+++ b/
t/t4150-am.sh
@@
-465,7
+465,7
@@
test_expect_success 'am newline in subject' '
test_tick &&
sed -e "s/second/second \\\n foo/" patch1 >patchnl &&
git am <patchnl >output.out 2>&1 &&
- grep "^Applying: second \\\n foo$" output.out
+
test_i18n
grep "^Applying: second \\\n foo$" output.out
'
test_expect_success 'am -q is quiet' '