comparison tests/test-journal-exists @ 5867:b6d8972ce339

tests: Use /bin/sh for test-journal-exists, /bin/bash may not be available
author Giorgos Keramidas <keramida@ceid.upatras.gr>
date Fri, 18 Jan 2008 03:06:05 +0200
parents e7127f669edb
children c40a1ee20aa5
comparison
equal deleted inserted replaced
5866:dc6ed2736c81 5867:b6d8972ce339
1 #!/bin/bash 1 #!/bin/sh
2 2
3 hg init 3 hg init
4 echo a > a 4 echo a > a
5 hg ci -Am0 5 hg ci -Am0
6 6