--- a/tests/test-issue352 Mon Mar 26 23:50:04 2007 -0300
+++ b/tests/test-issue352 Sat Dec 30 21:33:45 2006 +0200
@@ -1,10 +1,10 @@
-#!/bin/bash
+#!/bin/sh
# http://www.selenic.com/mercurial/bts/issue352
hg init foo
cd foo
-A=`echo -e -n 'he\rllo'`
+A=`printf 'he\rllo'`
echo foo > "$A"
hg add