Hi!
> +static void verify_fchown(void)
> +{
> + uid_t tuid = 1000;
> + gid_t tgid = 1000;
> +
> + TEST(fchown(fd, tuid, tgid));
Any reason why don't we pass the numbers directly to the call?
I.e. TEST(fchonw(fd, 1000, 1000)); ?
Otherwise this looks good.
--
Cyril Hrubis
[email protected]
------------------------------------------------------------------------------
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list