summaryrefslogtreecommitdiff
path: root/source4/torture/smb2/dir.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-07-15 12:14:32 +0200
committerStefan Metzmacher <metze@samba.org>2009-07-15 12:17:06 +0200
commitf49129e59225f6ea84add8e845ffaeb03dc6c8da (patch)
treee8a40fd8769449870a3e8d50cb0fd26ad36d2638 /source4/torture/smb2/dir.c
parent722cd5944f9b70c7f642ec1d510d54bf1592beb5 (diff)
downloadsamba-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/smb2/dir.c')
-rw-r--r--source4/torture/smb2/dir.c2
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;
}
}