diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-09-02 02:07:55 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:03:27 -0500 |
commit | ac2a7014837b1ce135e732fd7a9b950d9fbc1401 (patch) | |
tree | 57e68293fe845fd73cca4e1cf867c071ede8b7ff /source4/torture/raw | |
parent | 0271566a5b3211735faad67e37e2d0474996b710 (diff) | |
download | samba-ac2a7014837b1ce135e732fd7a9b950d9fbc1401.tar.gz samba-ac2a7014837b1ce135e732fd7a9b950d9fbc1401.tar.bz2 samba-ac2a7014837b1ce135e732fd7a9b950d9fbc1401.zip |
r24882: Use the torture API in BASE-CHARSET.
(This used to be commit 93910d92cd431add876e98a12712253bee8c52e7)
Diffstat (limited to 'source4/torture/raw')
-rw-r--r-- | source4/torture/raw/raw.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/torture/raw/raw.c b/source4/torture/raw/raw.c index 0c4a28e0d6..88299c44cd 100644 --- a/source4/torture/raw/raw.c +++ b/source4/torture/raw/raw.c @@ -71,8 +71,7 @@ NTSTATUS torture_raw_init(void) torture_samba3_posixtimedlock); torture_suite_add_simple_test(suite, "SCAN-EAMAX", torture_max_eas); - suite->description = talloc_strdup(suite, - "Tests for the raw SMB interface"); + suite->description = talloc_strdup(suite, "Tests for the raw SMB interface"); torture_register_suite(suite); |