diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-01-23 01:29:17 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:44:04 -0500 |
commit | c471abbcfe21e853f5664320c5b3498cdd4ad186 (patch) | |
tree | 6463555aa7e533fd4337031488d5c2a66218e91c /source4/script/tests/test_local.sh | |
parent | ff7f8b57f14772d6a978131583e0072eedd60464 (diff) | |
download | samba-c471abbcfe21e853f5664320c5b3498cdd4ad186.tar.gz samba-c471abbcfe21e853f5664320c5b3498cdd4ad186.tar.bz2 samba-c471abbcfe21e853f5664320c5b3498cdd4ad186.zip |
r20963: remove unused functions, run LOCAL-TDR by default
(This used to be commit 0f34c67fff53d5bd3c1b5a5618190ad7154e8d07)
Diffstat (limited to 'source4/script/tests/test_local.sh')
-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 ec152432da..adeec2abc0 100755 --- a/source4/script/tests/test_local.sh +++ b/source4/script/tests/test_local.sh @@ -4,7 +4,7 @@ local_tests="LOCAL-REPLACE LOCAL-TALLOC LOCAL-STRLIST" local_tests="$local_tests LOCAL-IDTREE LOCAL-EVENT" local_tests="$local_tests LOCAL-SOCKET LOCAL-MESSAGING LOCAL-IRPC" local_tests="$local_tests LOCAL-NDR LOCAL-BINDING LOCAL-FILE LOCAL-REGISTRY" -local_tests="$local_tests LOCAL-SDDL LOCAL-PAC LOCAL-DBSPEED" +local_tests="$local_tests LOCAL-SDDL LOCAL-PAC LOCAL-DBSPEED LOCAL-TDR " local_tests="$local_tests LOCAL-NTLMSSP LOCAL-CRYPTO-MD4" local_tests="$local_tests LOCAL-CRYPTO-MD5 LOCAL-CRYPTO-HMACMD5" local_tests="$local_tests LOCAL-CRYPTO-SHA1 LOCAL-CRYPTO-HMACSHA1" |