changeset 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 ad8ff3534fde
children 9de3535caae8
files tests/test-clone tests/test-clone-failure
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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