diff options
-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. |