tests/test-issue352
changeset 4292 b90e323a4781
parent 4181 08d31e43592a
child 5091 2184378b20b5
--- a/tests/test-issue352
+++ b/tests/test-issue352
@@ -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