diff options
author | Stefan Metzmacher <metze@samba.org> | 2010-02-09 12:58:29 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-02-09 12:58:29 +0100 |
commit | e0472c59c8f9e0fe5aafd539ca901468cd599a30 (patch) | |
tree | ed772a8a75397fa8e3e0a608473f2b07a11b9f0d /source3 | |
parent | 4dc2be2264926fe415e4e40e212f94793c9831d1 (diff) | |
download | samba-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')
-rwxr-xr-x | source3/selftest/tests.sh | 2 |
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. |