From e1ecb353a595b171e0f0b1da96b1329a9b661465 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 27 Aug 2007 14:38:13 +0000 Subject: r24707: Remove some more cruft from the test list generation code. (This used to be commit 76dddbdb519e2ff5384cb931cd24d6763985c5b2) --- source4/selftest/test_local.sh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source4/selftest/test_local.sh') 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 -- cgit