From: Stefan Metzmacher Date: Tue, 9 Feb 2010 11:58:29 +0000 (+0100) Subject: s3:selftest: make selftest requires bash for now X-Git-Tag: samba-3.6.0pre1~5505 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e0472c59c8f9e0fe5aafd539ca901468cd599a30;p=thirdparty%2Fsamba.git s3:selftest: make selftest requires bash for now So force bash until we removed the dependency to bash. metze --- diff --git a/source3/selftest/tests.sh b/source3/selftest/tests.sh index 0fbee8a2784..582c900482e 100755 --- a/source3/selftest/tests.sh +++ b/source3/selftest/tests.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # This script generates a list of testsuites that should be run as part of # the Samba 3 test suite.