summaryrefslogtreecommitdiffstats
path: root/ltp-20140828-format-string.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ltp-20140828-format-string.patch')
-rw-r--r--ltp-20140828-format-string.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/ltp-20140828-format-string.patch b/ltp-20140828-format-string.patch
deleted file mode 100644
index 6ccbf6a..0000000
--- a/ltp-20140828-format-string.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/testcases/network/lib6/asapi_05.c b/testcases/network/lib6/asapi_05.c
-index d5bbeb1..d1af7e5 100644
---- a/testcases/network/lib6/asapi_05.c
-+++ b/testcases/network/lib6/asapi_05.c
-@@ -415,7 +415,7 @@ void icmp6_ft(void)
- tst_resm(TFAIL, "%s: rv %d != expected %d",
- ftab[i].ft_tname, rv, ftab[i].ft_expected);
- else
-- tst_resm(TPASS, ftab[i].ft_tname);
-+ tst_resm(TPASS, "%s", ftab[i].ft_tname);
- }
- }
-