summaryrefslogtreecommitdiff
path: root/source4/script/tests/tests_all.sh
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-06-04 20:36:52 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:08:52 -0500
commit5ca618950587697434915fea272358b01b065aa8 (patch)
tree17d4059a78f5c4b8cb7c44ba40d80fcf830cc1e1 /source4/script/tests/tests_all.sh
parentca5accf224dc3ef998235603797b519866b57b1c (diff)
downloadsamba-5ca618950587697434915fea272358b01b065aa8.tar.gz
samba-5ca618950587697434915fea272358b01b065aa8.tar.bz2
samba-5ca618950587697434915fea272358b01b065aa8.zip
r16039: Add missing #!, don't rely on bash
(This used to be commit f6e587e7066dbafef437e5b3854a34916f72fcb1)
Diffstat (limited to 'source4/script/tests/tests_all.sh')
-rwxr-xr-xsource4/script/tests/tests_all.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/script/tests/tests_all.sh b/source4/script/tests/tests_all.sh
index a93614b91c..63b4b23ef3 100755
--- a/source4/script/tests/tests_all.sh
+++ b/source4/script/tests/tests_all.sh
@@ -1,3 +1,4 @@
+#!/bin/sh
$SRCDIR/script/tests/test_ejs.sh $DOMAIN $USERNAME $PASSWORD || failed=`expr $failed + $?`
$SRCDIR/script/tests/test_ldap.sh $SERVER $USERNAME $PASSWORD || failed=`expr $failed + $?`
$SRCDIR/script/tests/test_nbt.sh $SERVER || failed=`expr $failed + $?`