Skip to content

Commit

Permalink
DAOS-625 test: fix test typo (#9427)
Browse files Browse the repository at this point in the history
Signed-off-by: Mohamad Chaarawi <[email protected]>
  • Loading branch information
mchaarawi authored Jun 20, 2022
1 parent cf420e9 commit 905e30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/suite/dfs_unit_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -1336,7 +1336,7 @@ dfs_test_chown(void **state)
rc = dfs_stat(dfs_mt, NULL, filename_file2, &stbuf);
assert_int_equal(rc, 0);
assert_int_equal(stbuf.st_uid, stbuf2.st_uid);
assert_int_equal(stbuf.st_uid, stbuf2.st_gid);
assert_int_equal(stbuf.st_gid, stbuf2.st_gid);
}

static bool
Expand Down

0 comments on commit 905e30b

Please sign in to comment.