Hi Garrett,

Signed-off-by: Peng Haitao <[email protected]>

---
 testcases/kernel/syscalls/dup3/dup3_01.c         |    4 ++--
 testcases/kernel/syscalls/eventfd2/eventfd2_01.c |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/testcases/kernel/syscalls/dup3/dup3_01.c 
b/testcases/kernel/syscalls/dup3/dup3_01.c
index c95e79a..a0f1d63 100644
--- a/testcases/kernel/syscalls/dup3/dup3_01.c
+++ b/testcases/kernel/syscalls/dup3/dup3_01.c
@@ -126,7 +126,7 @@ int main(int argc, char *argv[])
        int fd, coe;
 
        if ((tst_kvercmp(2, 6, 27)) < 0)
-               tst_brkm(TCONF, cleanup,
+               tst_brkm(TCONF, NULL,
                         "This test can only run on kernels that are 2.6.27 and 
higher");
        setup();
 
@@ -161,4 +161,4 @@ int main(int argc, char *argv[])
 
        cleanup();
        tst_exit();
-}
\ No newline at end of file
+}
diff --git a/testcases/kernel/syscalls/eventfd2/eventfd2_01.c 
b/testcases/kernel/syscalls/eventfd2/eventfd2_01.c
index 38f2ed0..0e87e85 100644
--- a/testcases/kernel/syscalls/eventfd2/eventfd2_01.c
+++ b/testcases/kernel/syscalls/eventfd2/eventfd2_01.c
@@ -133,7 +133,7 @@ int main(int argc, char *argv[])
        int fd, coe;
 
        if ((tst_kvercmp(2, 6, 27)) < 0) {
-               tst_brkm(TCONF, cleanup,
+               tst_brkm(TCONF, NULL,
                    "This test can only run on kernels that are 2.6.27 and 
higher");
        }
        setup();
@@ -167,4 +167,4 @@ int main(int argc, char *argv[])
        tst_resm(TPASS, "eventfd2(EFD_CLOEXEC) Passed");
        cleanup();
        tst_exit();
-}
\ No newline at end of file
+}
-- 
1.7.3.1

-- 
Best Regards,
Peng Haitao


------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to