comparison tests/test-clone-failure @ 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 # No local source 3 # No local source
4 hg clone a b 4 hg clone a b
5 echo $? 5 echo $?
6 6