summaryrefslogtreecommitdiffstats
path: root/ltp-20140828-ftest-fix-tst_brkm-usage.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ltp-20140828-ftest-fix-tst_brkm-usage.patch')
-rw-r--r--ltp-20140828-ftest-fix-tst_brkm-usage.patch73
1 files changed, 0 insertions, 73 deletions
diff --git a/ltp-20140828-ftest-fix-tst_brkm-usage.patch b/ltp-20140828-ftest-fix-tst_brkm-usage.patch
deleted file mode 100644
index 78bef46..0000000
--- a/ltp-20140828-ftest-fix-tst_brkm-usage.patch
+++ /dev/null
@@ -1,73 +0,0 @@
-commit ee7667ed47beeaa230ee637a6f4edaad4a0cb817
-Author: Cyril Hrubis <chrubis@suse.cz>
-Date: Wed Sep 24 13:14:56 2014 +0200
-
- ftest: Fix tst_brkm() usage.
-
- Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
-
-diff --git a/testcases/kernel/fs/ftest/ftest01.c b/testcases/kernel/fs/ftest/ftest01.c
-index 34cd9d6..09a223f 100644
---- a/testcases/kernel/fs/ftest/ftest01.c
-+++ b/testcases/kernel/fs/ftest/ftest01.c
-@@ -100,7 +100,7 @@ int main(int ac, char *av[])
- const char *msg;
-
- if ((msg = parse_opts(ac, av, NULL, NULL)) != NULL)
-- tst_brkm(TBROK, cleanup, "OPTION PARSING ERROR - %s", msg);
-+ tst_brkm(TBROK, NULL, "OPTION PARSING ERROR - %s", msg);
-
- setup();
-
-diff --git a/testcases/kernel/fs/ftest/ftest04.c b/testcases/kernel/fs/ftest/ftest04.c
-index 05d1160..28e4e48 100644
---- a/testcases/kernel/fs/ftest/ftest04.c
-+++ b/testcases/kernel/fs/ftest/ftest04.c
-@@ -87,7 +87,7 @@ int main(int ac, char *av[])
- const char *msg;
-
- if ((msg = parse_opts(ac, av, NULL, NULL)) != NULL)
-- tst_brkm(TBROK, "OPTION PARSING ERROR - %s", msg);
-+ tst_brkm(TBROK, NULL, "OPTION PARSING ERROR - %s", msg);
-
- setup();
-
-diff --git a/testcases/kernel/fs/ftest/ftest05.c b/testcases/kernel/fs/ftest/ftest05.c
-index 95bf503..5f83c95 100644
---- a/testcases/kernel/fs/ftest/ftest05.c
-+++ b/testcases/kernel/fs/ftest/ftest05.c
-@@ -104,7 +104,7 @@ int main(int ac, char *av[])
- const char *msg;
-
- if ((msg = parse_opts(ac, av, NULL, NULL)) != NULL)
-- tst_brkm(TBROK, cleanup, "OPTION PARSING ERROR - %s", msg);
-+ tst_brkm(TBROK, NULL, "OPTION PARSING ERROR - %s", msg);
-
- setup();
-
-diff --git a/testcases/kernel/fs/ftest/ftest07.c b/testcases/kernel/fs/ftest/ftest07.c
-index ffeb6cb..03fa32e 100644
---- a/testcases/kernel/fs/ftest/ftest07.c
-+++ b/testcases/kernel/fs/ftest/ftest07.c
-@@ -112,7 +112,7 @@ int main(int ac, char *av[])
- const char *msg;
-
- if ((msg = parse_opts(ac, av, NULL, NULL)) != NULL)
-- tst_brkm(TBROK, "OPTION PARSING ERROR - %s", msg);
-+ tst_brkm(TBROK, NULL, "OPTION PARSING ERROR - %s", msg);
-
- setup();
-
-diff --git a/testcases/kernel/fs/ftest/ftest08.c b/testcases/kernel/fs/ftest/ftest08.c
-index b561d47..5f4e3dd 100644
---- a/testcases/kernel/fs/ftest/ftest08.c
-+++ b/testcases/kernel/fs/ftest/ftest08.c
-@@ -94,7 +94,7 @@ int main(int ac, char *av[])
- const char *msg;
-
- if ((msg = parse_opts(ac, av, NULL, NULL)) != NULL)
-- tst_brkm(TBROK, "OPTION PARSING ERROR - %s", msg);
-+ tst_brkm(TBROK, NULL, "OPTION PARSING ERROR - %s", msg);
-
- for (lc = 0; TEST_LOOPING(lc); lc++) {
-