summaryrefslogtreecommitdiff
path: root/source4/selftest/test_local.sh
diff options
context:
space:
mode:
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