diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-07-15 12:14:32 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-07-15 12:17:06 +0200 |
commit | f49129e59225f6ea84add8e845ffaeb03dc6c8da (patch) | |
tree | e8a40fd8769449870a3e8d50cb0fd26ad36d2638 /source4/torture | |
parent | 722cd5944f9b70c7f642ec1d510d54bf1592beb5 (diff) | |
download | samba-f49129e59225f6ea84add8e845ffaeb03dc6c8da.tar.gz samba-f49129e59225f6ea84add8e845ffaeb03dc6c8da.tar.bz2 samba-f49129e59225f6ea84add8e845ffaeb03dc6c8da.zip |
torture/smb2: add missing new line to the new SMB2-DIR.FILE-INDEX test
Without this the subunit formated output would be invalid and make test
reports: "UNEXPECTED(error): samba4.smb2.dir (dc).FILE-INDEX"
metze
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/smb2/dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/smb2/dir.c b/source4/torture/smb2/dir.c index e090c31ec9..4b44a50bbd 100644 --- a/source4/torture/smb2/dir.c +++ b/source4/torture/smb2/dir.c @@ -1182,7 +1182,7 @@ static bool test_file_index(struct torture_context *tctx, torture_comment(tctx, "Not an error. Resuming using a file " "index is an optional feature of the " - "protocol."); + "protocol.\n"); goto done; } } |