diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-06-17 01:20:02 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:09:11 -0500 |
commit | 835d8ed2f61fff798ac49156df94b86ace704b6d (patch) | |
tree | b37e2109cf691273f4a50ca3e54c436e7a7c20af /source4/torture/local/util_strlist.c | |
parent | a3545383fb3ef5ded73a392b19586461448c0042 (diff) | |
download | samba-835d8ed2f61fff798ac49156df94b86ace704b6d.tar.gz samba-835d8ed2f61fff798ac49156df94b86ace704b6d.tar.bz2 samba-835d8ed2f61fff798ac49156df94b86ace704b6d.zip |
r16332: Fix two small bugs found by the buildfarm.
(This used to be commit 3decb34bb607b83f72deaa4baca935f4f253e2f2)
Diffstat (limited to 'source4/torture/local/util_strlist.c')
-rw-r--r-- | source4/torture/local/util_strlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/local/util_strlist.c b/source4/torture/local/util_strlist.c index 29886df995..65f8bc914a 100644 --- a/source4/torture/local/util_strlist.c +++ b/source4/torture/local/util_strlist.c @@ -68,7 +68,7 @@ static BOOL test_lists_shell(struct torture_context *test, const void *_data) struct torture_suite *torture_local_util_strlist(TALLOC_CTX *mem_ctx) { - struct torture_suite *suite = torture_suite_create(mem_ctx, "util_strlist"); + struct torture_suite *suite = torture_suite_create(mem_ctx, "LOCAL-STRLIST"); int i; for (i = 0; test_lists_shell_strings[i]; i++) { |