From 7d2a7aca14051a2f554828d4fc1984d78e553271 Mon Sep 17 00:00:00 2001 From: Ben Fuhrmannek Date: Fri, 23 Sep 2016 18:02:16 +0200 Subject: fixed skipif include path --- tests/filter/post_fileupload_array_index_blacklist.phpt | 2 +- tests/filter/post_fileupload_array_index_whitelist.phpt | 2 +- tests/filter/request_array_index_blacklist.phpt | 2 +- tests/filter/request_array_index_whitelist.phpt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/filter/post_fileupload_array_index_blacklist.phpt b/tests/filter/post_fileupload_array_index_blacklist.phpt index 384225d..6406687 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_char_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 38a93ab..80052d6 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_char_whitelist=abcdefghijklmnopqrstuvwxyz --SKIPIF-- - + --COOKIE-- --GET-- --POST_RAW-- diff --git a/tests/filter/request_array_index_blacklist.phpt b/tests/filter/request_array_index_blacklist.phpt index f8037ee..c24316e 100644 --- a/tests/filter/request_array_index_blacklist.phpt +++ b/tests/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_char_blacklist="=ABC%{}\\$;" --SKIPIF-- - + --COOKIE-- var1[aaa]=1;var2[bbB]=1;var3[ccc][ccC]=1 --GET-- diff --git a/tests/filter/request_array_index_whitelist.phpt b/tests/filter/request_array_index_whitelist.phpt index eeb3ffa..31d8efc 100644 --- a/tests/filter/request_array_index_whitelist.phpt +++ b/tests/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_char_whitelist=abcdefghijklmnopqrstuvwxyz --SKIPIF-- - + --COOKIE-- var1[aaa]=1;var2[bbB]=1;var3[ccc][ccC]=1 --GET-- -- cgit v1.3