tests/test-patchbomb
changeset 10257 a9c0d6060827
parent 10023 15fbbc939373
parent 10253 b190a8125b43
child 10734 7a0502a6f9a1
--- a/tests/test-patchbomb	Sat Jan 16 02:33:06 2010 +0100
+++ b/tests/test-patchbomb	Sat Jan 16 02:40:00 2010 +0100
@@ -176,7 +176,7 @@
 cat tmp.mbox | fixheaders
 
 echo "% test multi-byte domain parsing"
-UUML=`printf '\374'`
+UUML=`python -c 'import sys; sys.stdout.write("\374")'`
 HGENCODING=iso-8859-1
 export HGENCODING
 hg email --date '1980-1-1 0:1' -m tmp.mbox -f quux -t "bar@${UUML}nicode.com" \