From df6e7140d08c04dded62412269aa16807bbe57f1 Mon Sep 17 00:00:00 2001 From: NewEraCracker Date: Fri, 8 Apr 2016 21:47:29 +0100 Subject: Fix path of skipif include in tests --- tests/filter/input_filter_request_array_index_blacklist.phpt | 2 +- tests/filter/input_filter_request_array_index_whitelist.phpt | 2 +- tests/filter/post_fileupload_array_index_blacklist.phpt | 2 +- tests/filter/post_fileupload_array_index_whitelist.phpt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/filter/input_filter_request_array_index_blacklist.phpt b/tests/filter/input_filter_request_array_index_blacklist.phpt index ead85c5..d85c2e9 100644 --- a/tests/filter/input_filter_request_array_index_blacklist.phpt +++ b/tests/filter/input_filter_request_array_index_blacklist.phpt @@ -10,7 +10,7 @@ suhosin.log.file.name={PWD}/suhosintest.$$.log.tmp auto_append_file={PWD}/suhosintest.$$.log.tmp suhosin.request.array_index_blacklist="=ABC%{}\\$;" --SKIPIF-- - + --COOKIE-- var1[aaa]=1;var2[bbB]=1;var3[ccc][ccC]=1 --GET-- diff --git a/tests/filter/input_filter_request_array_index_whitelist.phpt b/tests/filter/input_filter_request_array_index_whitelist.phpt index a091574..131ad42 100644 --- a/tests/filter/input_filter_request_array_index_whitelist.phpt +++ b/tests/filter/input_filter_request_array_index_whitelist.phpt @@ -10,7 +10,7 @@ suhosin.log.file.name={PWD}/suhosintest.$$.log.tmp auto_append_file={PWD}/suhosintest.$$.log.tmp suhosin.request.array_index_whitelist=abcdefghijklmnopqrstuvwxyz --SKIPIF-- - + --COOKIE-- var1[aaa]=1;var2[bbB]=1;var3[ccc][ccC]=1 --GET-- diff --git a/tests/filter/post_fileupload_array_index_blacklist.phpt b/tests/filter/post_fileupload_array_index_blacklist.phpt index 7e19014..2bf0a57 100644 --- a/tests/filter/post_fileupload_array_index_blacklist.phpt +++ b/tests/filter/post_fileupload_array_index_blacklist.phpt @@ -11,7 +11,7 @@ auto_append_file={PWD}/suhosintest.$$.log.tmp file_uploads=1 suhosin.request.array_index_blacklist=ABC --SKIPIF-- - + --COOKIE-- --GET-- --POST_RAW-- diff --git a/tests/filter/post_fileupload_array_index_whitelist.phpt b/tests/filter/post_fileupload_array_index_whitelist.phpt index b910c44..f76aeb3 100644 --- a/tests/filter/post_fileupload_array_index_whitelist.phpt +++ b/tests/filter/post_fileupload_array_index_whitelist.phpt @@ -11,7 +11,7 @@ auto_append_file={PWD}/suhosintest.$$.log.tmp file_uploads=1 suhosin.request.array_index_whitelist=abcdefghijklmnopqrstuvwxyz --SKIPIF-- - + --COOKIE-- --GET-- --POST_RAW-- -- cgit v1.3