summaryrefslogtreecommitdiff
path: root/source/lib/compression
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-03-05 01:50:33 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:49:13 -0500
commit9247626b1c5f1eec0cedd6be221aafc41d9a26ab (patch)
tree575e5b3fac147bf6419acf8927da8d936d582d25 /source/lib/compression
parent16db4c1436725e41ea05628f20fc9396d7bd7eaa (diff)
downloadsamba-9247626b1c5f1eec0cedd6be221aafc41d9a26ab.tar.gz
r21694: Some more testing updates.
Diffstat (limited to 'source/lib/compression')
-rw-r--r--source/lib/compression/testsuite.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/lib/compression/testsuite.c b/source/lib/compression/testsuite.c
index eb00d096fdb..e201e414a65 100644
--- a/source/lib/compression/testsuite.c
+++ b/source/lib/compression/testsuite.c
@@ -27,7 +27,5 @@ struct torture_suite *torture_local_compression(TALLOC_CTX *mem_ctx)
{
struct torture_suite *suite = torture_suite_create(mem_ctx, "COMPRESSION");
- torture_suite_add_simple_test(suite, "pull_charset", test_pull_charset);
-
return suite;
}