The Patch has been Applied.
--Subrata--

Subrata Modak wrote:
Please see attached patch for fixing "ioperm02" testcase problem. This is in similar lines to http://marc.info/?l=ltp-list&m=114791923505530&w=2

--Regards--
Subrata


------------------------------------------------------------------------

--- ioperm02.c.org      2007-09-03 16:40:52.000000000 +0530
+++ ioperm02.c  2007-09-03 16:59:03.000000000 +0530
@@ -235,7 +235,7 @@ setup()
        test_cases[1].turn_on = TURN_ON;
        test_cases[1].desc = "Non super-user";
        test_cases[1].exp_errno = EPERM;
-       if (tst_kvercmp(2,6,8) < 0) {
+       if ((tst_kvercmp(2,6,8) < 0) || (tst_kvercmp(2,6,9) == 0)) {
                /*try invalid ioperm on 1022, 1023, 1024*/
test_cases[0].from = (IO_BITMAP_BITS - NUM_BYTES) + 1;

------------------------------------------------------------------------

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
------------------------------------------------------------------------

_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to