tests/test-issue352
changeset 4292 b90e323a4781
parent 4186 08d31e43592a
child 5075 2184378b20b5
--- 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