comparison tests/test-clone @ 834:78a9f95766dc

Use sh instead of bash in tests.
author Thomas Arendsen Hein <thomas@intevation.de>
date Thu, 04 Aug 2005 18:20:40 +0100
parents 0902ffece4b4
children 1fe3b14c7044
comparison
equal deleted inserted replaced
833:ad8ff3534fde 834:78a9f95766dc
1 #!/bin/bash 1 #!/bin/sh
2 2
3 mkdir a 3 mkdir a
4 cd a 4 cd a
5 hg init 5 hg init
6 echo a > a 6 echo a > a