Use sh instead of bash in tests.
authorThomas Arendsen Hein <thomas@intevation.de>
Thu, 04 Aug 2005 18:20:40 +0100
changeset 834 78a9f95766dc
parent 833 ad8ff3534fde
child 835 9de3535caae8
Use sh instead of bash in tests.
tests/test-clone
tests/test-clone-failure
--- a/tests/test-clone	Thu Aug 04 18:13:17 2005 +0100
+++ b/tests/test-clone	Thu Aug 04 18:20:40 2005 +0100
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 mkdir a
 cd a
--- a/tests/test-clone-failure	Thu Aug 04 18:13:17 2005 +0100
+++ b/tests/test-clone-failure	Thu Aug 04 18:20:40 2005 +0100
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 # No local source
 hg clone a b