On Wed, 2009-06-10 at 13:13 +0200, Jiri Palecek > wrote: > Hello, > > the variable EXIT_CODE which contains the result of acl01 test, is > overwritten at the end of the test. This patch makes it preserve the correct > value. > > Regards > Jiri Palecek > > Signed-off-by: Jiri Palecek <[email protected]>
Thanks. Regards-- Subrata > --- > testcases/kernel/fs/acls/acl_test01 | 2 -- > 1 files changed, 0 insertions(+), 2 deletions(-) > > diff --git a/testcases/kernel/fs/acls/acl_test01 > b/testcases/kernel/fs/acls/acl_test01 > index 376a46c..01d068f 100755 > --- a/testcases/kernel/fs/acls/acl_test01 > +++ b/testcases/kernel/fs/acls/acl_test01 > @@ -155,8 +155,6 @@ else > export TCbin=$PWD > fi > > - EXIT_CODE=$? > - > do_cleanup > fi > ------------------------------------------------------------------------------ Are you an open source citizen? Join us for the Open Source Bridge conference! Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250. Need another reason to go? 24-hour hacker lounge. Register today! http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
