diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-03-04 19:52:16 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:49:11 -0500 |
commit | d693c2707ba77405fbe42bf6441cc397dd9007a1 (patch) | |
tree | 46680d35d2688e83c9dcd9ad20fee3319d28116a /source4/script | |
parent | 6cec40529d3276e24c7241a39ff99fbd292b0346 (diff) | |
download | samba-d693c2707ba77405fbe42bf6441cc397dd9007a1.tar.gz samba-d693c2707ba77405fbe42bf6441cc397dd9007a1.tar.bz2 samba-d693c2707ba77405fbe42bf6441cc397dd9007a1.zip |
r21685: Add some unit tests for the registry utility functions.
(This used to be commit 0ae6d18ebe382a378ff1dc65069c629d8060ac2b)
Diffstat (limited to 'source4/script')
-rwxr-xr-x | source4/script/tests/test_local.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" |