diff options
| author | NewEraCracker | 2016-04-08 21:47:29 +0100 |
|---|---|---|
| committer | Ben Fuhrmannek | 2016-08-25 12:22:40 +0200 |
| commit | df6e7140d08c04dded62412269aa16807bbe57f1 (patch) | |
| tree | ad73e5491872fa117fd656788c985d3abf3d7b94 /tests | |
| parent | 9cdaaab816f3cc52bfe6346fd29242936c6bca75 (diff) | |
Fix path of skipif include in tests
Diffstat (limited to 'tests')
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 | |||
| 10 | auto_append_file={PWD}/suhosintest.$$.log.tmp | 10 | auto_append_file={PWD}/suhosintest.$$.log.tmp |
| 11 | suhosin.request.array_index_blacklist="=ABC%{}\\$;" | 11 | suhosin.request.array_index_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/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 | |||
| 10 | auto_append_file={PWD}/suhosintest.$$.log.tmp | 10 | auto_append_file={PWD}/suhosintest.$$.log.tmp |
| 11 | suhosin.request.array_index_whitelist=abcdefghijklmnopqrstuvwxyz | 11 | suhosin.request.array_index_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-- |
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 | |||
| 11 | file_uploads=1 | 11 | file_uploads=1 |
| 12 | suhosin.request.array_index_blacklist=ABC | 12 | suhosin.request.array_index_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 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 | |||
| 11 | file_uploads=1 | 11 | file_uploads=1 |
| 12 | suhosin.request.array_index_whitelist=abcdefghijklmnopqrstuvwxyz | 12 | suhosin.request.array_index_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-- |
