As in commit 9fa8ad0 Change tst_resm() followed by tst_exit() to tst_brkm()
Signed-off-by: Maninder Singh <maninder...@samsung.com> Signed-off-by: Akhilesh Kumar <akhiles...@samsung.com> --- testcases/kernel/syscalls/flock/flock06.c | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/testcases/kernel/syscalls/flock/flock06.c b/testcases/kernel/syscalls/flock/flock06.c index 1f1e9c3..0065c53 100644 --- a/testcases/kernel/syscalls/flock/flock06.c +++ b/testcases/kernel/syscalls/flock/flock06.c @@ -160,14 +160,8 @@ void setup(void) /* creating temporary file */ fd = creat(filename, 0666); - if (fd < 0) { - tst_resm(TFAIL, "creating a new file failed"); - - /* Removing temp dir */ - tst_rmdir(); - - tst_exit(); - } + if (fd < 0) + tst_brkm(TFAIL, tst_rmdir, "creating a new file failed"); close(fd); } -- 1.7.9.5 ------------------------------------------------------------------------------ _______________________________________________ Ltp-list mailing list Ltp-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ltp-list