##// END OF EJS Templates
patchbomb: fix 'echo -en' bashism in test-patchbomb...
Marti Raudsepp -
r9730:732fc0e9 default
parent child Browse files
Show More
@@ -172,7 +172,7 b" hg email --date '1970-1-1 0:1' -n --flag"
172 -c bar -s test -r 0:1 | fixheaders
172 -c bar -s test -r 0:1 | fixheaders
173
173
174 echo "% test multi-byte domain parsing"
174 echo "% test multi-byte domain parsing"
175 UUML=`echo -en '\xfc'`
175 UUML=`printf '\374'`
176 export HGENCODING=iso-8859-1
176 export HGENCODING=iso-8859-1
177 hg email --date '1980-1-1 0:1' -m tmp.mbox -f quux -t "bar@${UUML}nicode.com" \
177 hg email --date '1980-1-1 0:1' -m tmp.mbox -f quux -t "bar@${UUML}nicode.com" \
178 -s test -r 0
178 -s test -r 0
General Comments 0
You need to be logged in to leave comments. Login now