tests/test-issue352
changeset 5091 2184378b20b5
parent 4292 b90e323a4781
equal deleted inserted replaced
5090:e86788af599a 5091:2184378b20b5
     1 #!/bin/sh
     1 #!/bin/sh
     2 # http://www.selenic.com/mercurial/bts/issue352
     2 # http://www.selenic.com/mercurial/bts/issue352
       
     3 
       
     4 "$TESTDIR/hghave" eol-in-paths || exit 80
     3 
     5 
     4 hg init foo
     6 hg init foo
     5 cd foo
     7 cd foo
     6 
     8 
     7 A=`printf 'he\rllo'`
     9 A=`printf 'he\rllo'`