diff options
| author | Ben Fuhrmannek | 2016-09-23 18:02:16 +0200 |
|---|---|---|
| committer | Ben Fuhrmannek | 2016-09-23 18:02:16 +0200 |
| commit | 7d2a7aca14051a2f554828d4fc1984d78e553271 (patch) | |
| tree | 6da945bb36af9e1da38fbf0a5a9c26ab334734f8 /tests/filter | |
| parent | af0305f7c4ab6649d953b2858664190fb8044220 (diff) | |
fixed skipif include path
Diffstat (limited to 'tests/filter')
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 | |||
| 11 | file_uploads=1 | 11 | file_uploads=1 |
| 12 | suhosin.request.array_index_char_blacklist=ABC | 12 | suhosin.request.array_index_char_blacklist=ABC |
| 13 | --SKIPIF-- | 13 | --SKIPIF-- |
| 14 | <?php include('skipif.inc'); ?> | 14 | <?php include('../skipif.inc'); ?> |
| 15 | --COOKIE-- | 15 | --COOKIE-- |
| 16 | --GET-- | 16 | --GET-- |
| 17 | --POST_RAW-- | 17 | --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 | |||
| 11 | file_uploads=1 | 11 | file_uploads=1 |
| 12 | suhosin.request.array_index_char_whitelist=abcdefghijklmnopqrstuvwxyz | 12 | suhosin.request.array_index_char_whitelist=abcdefghijklmnopqrstuvwxyz |
| 13 | --SKIPIF-- | 13 | --SKIPIF-- |
| 14 | <?php include('skipif.inc'); ?> | 14 | <?php include('../skipif.inc'); ?> |
| 15 | --COOKIE-- | 15 | --COOKIE-- |
| 16 | --GET-- | 16 | --GET-- |
| 17 | --POST_RAW-- | 17 | --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 | |||
| 10 | auto_append_file={PWD}/suhosintest.$$.log.tmp | 10 | auto_append_file={PWD}/suhosintest.$$.log.tmp |
| 11 | suhosin.request.array_index_char_blacklist="=ABC%{}\\$;" | 11 | suhosin.request.array_index_char_blacklist="=ABC%{}\\$;" |
| 12 | --SKIPIF-- | 12 | --SKIPIF-- |
| 13 | <?php include('skipif.inc'); ?> | 13 | <?php include('../skipif.inc'); ?> |
| 14 | --COOKIE-- | 14 | --COOKIE-- |
| 15 | var1[aaa]=1;var2[bbB]=1;var3[ccc][ccC]=1 | 15 | var1[aaa]=1;var2[bbB]=1;var3[ccc][ccC]=1 |
| 16 | --GET-- | 16 | --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 | |||
| 10 | auto_append_file={PWD}/suhosintest.$$.log.tmp | 10 | auto_append_file={PWD}/suhosintest.$$.log.tmp |
| 11 | suhosin.request.array_index_char_whitelist=abcdefghijklmnopqrstuvwxyz | 11 | suhosin.request.array_index_char_whitelist=abcdefghijklmnopqrstuvwxyz |
| 12 | --SKIPIF-- | 12 | --SKIPIF-- |
| 13 | <?php include('skipif.inc'); ?> | 13 | <?php include('../skipif.inc'); ?> |
| 14 | --COOKIE-- | 14 | --COOKIE-- |
| 15 | var1[aaa]=1;var2[bbB]=1;var3[ccc][ccC]=1 | 15 | var1[aaa]=1;var2[bbB]=1;var3[ccc][ccC]=1 |
| 16 | --GET-- | 16 | --GET-- |
