torture:smb2: fix skip message if share is not CA
authorMichael Adam <obnox@samba.org>
Mon, 29 Feb 2016 00:52:42 +0000 (01:52 +0100)
committerJeremy Allison <jra@samba.org>
Mon, 29 Feb 2016 22:10:15 +0000 (23:10 +0100)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source4/torture/smb2/replay.c

index 2b60cbf8551b8797886565a8f016440f85f35b23..26c32d186888fbce00141deb056e76788bf5939f 100644 (file)
@@ -900,7 +900,7 @@ static bool test_replay5(struct torture_context *tctx, struct smb2_tree *tree)
 
        share_is_ca = share_capabilities & SMB2_SHARE_CAP_CONTINUOUS_AVAILABILITY;
        if (!share_is_ca) {
-               torture_skip(tctx, "Persistent File Handles not supported");
+               torture_skip(tctx, "Share is not continuously available.");
        }
 
        share_is_so = share_capabilities & SMB2_SHARE_CAP_SCALEOUT;