Skip to content

Commit

Permalink
s4/torture: spelling fix in vfs_fruit test
Browse files Browse the repository at this point in the history
Signed-off-by: Ralph Boehme <[email protected]>
Reviewed-by: Jeremy Allison <[email protected]>
  • Loading branch information
slowfranklin authored and jrasamba committed Apr 7, 2018
1 parent 0c73ddf commit 7def556
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source4/torture/vfs/fruit.c
Original file line number Diff line number Diff line change
Expand Up @@ -1264,7 +1264,7 @@ static bool enable_aapl(struct torture_context *tctx,
DATA_BLOB data;
struct smb2_create_blob *aapl = NULL;
uint32_t aapl_server_caps;
uint32_t expexted_scaps = (SMB2_CRTCTX_AAPL_UNIX_BASED |
uint32_t expected_scaps = (SMB2_CRTCTX_AAPL_UNIX_BASED |
SMB2_CRTCTX_AAPL_SUPPORTS_READ_DIR_ATTR |
SMB2_CRTCTX_AAPL_SUPPORTS_NFS_ACE |
SMB2_CRTCTX_AAPL_SUPPORTS_OSX_COPYFILE);
Expand Down Expand Up @@ -1323,7 +1323,7 @@ static bool enable_aapl(struct torture_context *tctx,
}

aapl_server_caps = BVAL(aapl->data.data, 16);
torture_assert_goto(tctx, aapl_server_caps == expexted_scaps,
torture_assert_goto(tctx, aapl_server_caps == expected_scaps,
ret, done, "bad AAPL caps");

done:
Expand Down

0 comments on commit 7def556

Please sign in to comment.