Mercurial > hg
comparison tests/test-patchbomb @ 9800:b39f98be96de
fix test-patchbomb on solaris
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Sun, 08 Nov 2009 18:05:56 +0100 |
parents | 732fc0e9d411 |
children | e3237af51def |
comparison
equal
deleted
inserted
replaced
9799:99a2096c3d8d | 9800:b39f98be96de |
---|---|
171 hg email --date '1970-1-1 0:1' -n --flag fooFlag --flag barFlag -f quux -t foo \ | 171 hg email --date '1970-1-1 0:1' -n --flag fooFlag --flag barFlag -f quux -t foo \ |
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=`printf '\374'` | 175 UUML=`printf '\374'` |
176 export HGENCODING=iso-8859-1 | 176 HGENCODING=iso-8859-1 |
177 export HGENCODING | |
177 hg email --date '1980-1-1 0:1' -m tmp.mbox -f quux -t "bar@${UUML}nicode.com" \ | 178 hg email --date '1980-1-1 0:1' -m tmp.mbox -f quux -t "bar@${UUML}nicode.com" \ |
178 -s test -r 0 | 179 -s test -r 0 |
179 cat tmp.mbox | fixheaders | 180 cat tmp.mbox | fixheaders |