summaryrefslogtreecommitdiff
path: root/source4/selftest/test_local.sh
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-08-27 14:38:13 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:02:52 -0500
commite1ecb353a595b171e0f0b1da96b1329a9b661465 (patch)
treead7fdc00240eb079ae3a81c8d9c61e76f9139ae0 /source4/selftest/test_local.sh
parenta73a8d4b9d09b5bb98b58f23196bd44263158cde (diff)
downloadsamba-e1ecb353a595b171e0f0b1da96b1329a9b661465.tar.gz
samba-e1ecb353a595b171e0f0b1da96b1329a9b661465.tar.bz2
samba-e1ecb353a595b171e0f0b1da96b1329a9b661465.zip
r24707: Remove some more cruft from the test list generation code.
(This used to be commit 76dddbdb519e2ff5384cb931cd24d6763985c5b2)
Diffstat (limited to 'source4/selftest/test_local.sh')
-rwxr-xr-xsource4/selftest/test_local.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/source4/selftest/test_local.sh b/source4/selftest/test_local.sh
index d4c6b656c9..b3b8387f00 100755
--- a/source4/selftest/test_local.sh
+++ b/source4/selftest/test_local.sh
@@ -5,10 +5,6 @@ local_tests=`bin/smbtorture --list | grep "^LOCAL-" | xargs`
incdir=`dirname $0`
. $incdir/test_functions.sh
-# the local tests don't need smbd
-SMBD_TEST_FIFO=""
-export SMBD_TEST_FIFO
-
for t in $local_tests; do
plantest "$t" none $VALGRIND bin/smbtorture $TORTURE_OPTIONS ncalrpc: $t "$*"
done