From f49129e59225f6ea84add8e845ffaeb03dc6c8da Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 15 Jul 2009 12:14:32 +0200 Subject: 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 --- source4/torture/smb2/dir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture/smb2/dir.c') 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; } } -- cgit