Hi!
> I have test fs_perms in the latest version, but output:
> "Segmentation fault"
> In commit 9fa8ad01f33c6390cc08626a185111631c8df495
> -------------------------------------------------------------------------------------
> -       tst_resm((exp_res == res1) && res2 ? TPASS : TFAIL,
> -                "%c a %03o file owned by (%d/%d) as user/group (%d/%d)",
> +       tst_brkm((exp_res == res1) && res2 ? TPASS : TFAIL,
> +                tst_rmdir, "%c a %03o file owned by (%d/%d) as user/group 
> (%d/%d)",
>                  fperm[0], fmode, fuser_id, fgroup_id, user_id, group_id);
> -
> -       tst_rmdir();
> -       tst_exit();
> -------------------------------------------------------------------------------------
> TPASS should not be return from tst_brkm. We should use tst_resm still.

Right, I've missed that in the automatic cleanup. Will fix ASAP.

-- 
Cyril Hrubis
chru...@suse.cz

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to