summaryrefslogtreecommitdiff
path: root/source3/selftest
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-02-09 12:58:29 +0100
committerStefan Metzmacher <metze@samba.org>2010-02-09 12:58:29 +0100
commite0472c59c8f9e0fe5aafd539ca901468cd599a30 (patch)
treeed772a8a75397fa8e3e0a608473f2b07a11b9f0d /source3/selftest
parent4dc2be2264926fe415e4e40e212f94793c9831d1 (diff)
downloadsamba-e0472c59c8f9e0fe5aafd539ca901468cd599a30.tar.gz
samba-e0472c59c8f9e0fe5aafd539ca901468cd599a30.tar.bz2
samba-e0472c59c8f9e0fe5aafd539ca901468cd599a30.zip
s3:selftest: make selftest requires bash for now
So force bash until we removed the dependency to bash. metze
Diffstat (limited to 'source3/selftest')
-rwxr-xr-xsource3/selftest/tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/selftest/tests.sh b/source3/selftest/tests.sh
index 0fbee8a278..582c900482 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.