From d693c2707ba77405fbe42bf6441cc397dd9007a1 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 4 Mar 2007 19:52:16 +0000 Subject: r21685: Add some unit tests for the registry utility functions. (This used to be commit 0ae6d18ebe382a378ff1dc65069c629d8060ac2b) --- source4/script/tests/test_local.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/script') diff --git a/source4/script/tests/test_local.sh b/source4/script/tests/test_local.sh index 0a8f9d6467..6a96987b9c 100755 --- a/source4/script/tests/test_local.sh +++ b/source4/script/tests/test_local.sh @@ -21,7 +21,7 @@ incdir=`dirname $0` # the local tests don't need smbd SMBD_TEST_FIFO="" export SMBD_TEST_FIFO -skipped="LOCAL-RESOLVE LOCAL-REGISTRY" +skipped="LOCAL-RESOLVE" echo "WARNING: Skipping $skipped" -- cgit