diff options
Diffstat (limited to 'source4/script/tests/test_local.sh')
-rwxr-xr-x | source4/script/tests/test_local.sh | 4 |
1 files changed, 4 insertions, 0 deletions
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" |