mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
torture:smb2: fix skip message if share is not CA
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
cd3ee2a2aa
commit
6d00855672
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user