From 4140ccd0dd9a4570992c1a5b4b688aaab6c1c050 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 9 Jun 2005 15:53:47 +0000 Subject: r7442: skip tests that require smbd, but smbd is down metze (This used to be commit dad79155624808aa85c34921f05d2e0cded6ad12) --- source4/script/tests/test_local.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source4/script/tests/test_local.sh') diff --git a/source4/script/tests/test_local.sh b/source4/script/tests/test_local.sh index 259864c200..372067323f 100755 --- a/source4/script/tests/test_local.sh +++ b/source4/script/tests/test_local.sh @@ -16,6 +16,10 @@ fi incdir=`dirname $0` . $incdir/test_functions.sh +# the local tests doesn't need smbd +SMBD_TEST_FIFO="" +export SMBD_TEST_FIFO + failed=0 for t in $local_tests; do name="$t" -- cgit