diff options
| author | xXx-caillou-xXx | 2017-10-31 18:07:02 +0100 |
|---|---|---|
| committer | jvoisin | 2017-10-31 18:07:02 +0100 |
| commit | ee4f2e4a30f119b9348c02ac76185a54f5208e81 (patch) | |
| tree | 75e14348b892579c05cf656f9ee4ac5081089192 /src/tests | |
| parent | 5903f9f85b1329efb1d0c6e427dbcff567540846 (diff) | |
Unify two struct members related to virtual-patching
This should close #65
Diffstat (limited to 'src/tests')
| -rw-r--r-- | src/tests/broken_conf_mutually_exclusive7.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/broken_conf_mutually_exclusive7.phpt b/src/tests/broken_conf_mutually_exclusive7.phpt index 419cfd4..d9507f6 100644 --- a/src/tests/broken_conf_mutually_exclusive7.phpt +++ b/src/tests/broken_conf_mutually_exclusive7.phpt | |||
| @@ -6,4 +6,4 @@ Broken configuration | |||
| 6 | sp.configuration_file={PWD}/config/broken_conf_mutually_exclusive7.ini | 6 | sp.configuration_file={PWD}/config/broken_conf_mutually_exclusive7.ini |
| 7 | --FILE-- | 7 | --FILE-- |
| 8 | --EXPECT-- | 8 | --EXPECT-- |
| 9 | [snuffleupagus][0.0.0.0][config][error] Invalid configuration line: 'sp.disabled_functions.function("system").ret("0").drop().allow();': The rule must either be a `drop` or and `allow` one on line 1. \ No newline at end of file | 9 | [snuffleupagus][0.0.0.0][config][error] Invalid configuration line: 'sp.disabled_functions.function("system").ret("0").drop().allow();': The rule must either be a `drop` or `allow` one on line 1. |
