summaryrefslogtreecommitdiff
path: root/source4/script/tests/tests_quick.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_quick.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_quick.sh')
-rwxr-xr-xsource4/script/tests/tests_quick.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/script/tests/tests_quick.sh b/source4/script/tests/tests_quick.sh
index 0783026b4a..80eeb57f34 100755
--- a/source4/script/tests/tests_quick.sh
+++ b/source4/script/tests/tests_quick.sh
@@ -1,3 +1,4 @@
+#!/bin/sh
TORTURE_OPTIONS="$TORTURE_OPTIONS --option=torture:quick=yes"
export TORTURE_OPTIONS
TORTURE_QUICK="yes"