diff options
| author | Remi Collet | 2018-01-18 14:34:21 +0100 |
|---|---|---|
| committer | jvoisin | 2018-01-18 14:34:21 +0100 |
| commit | 7cc6abfb55c163e4334555a91c0a69e486e942b8 (patch) | |
| tree | b69c8cf3a3cb7952b4dc6025f69d90912776f7ee | |
| parent | 33caf581e49359866858dcca53206a2412439d69 (diff) | |
Remove src from patch
As in pr #126
| -rw-r--r-- | src/tests/glob_config.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/glob_config.phpt b/src/tests/glob_config.phpt index 929664f..9d4c5f6 100644 --- a/src/tests/glob_config.phpt +++ b/src/tests/glob_config.phpt | |||
| @@ -16,8 +16,8 @@ foo(); | |||
| 16 | bla(); | 16 | bla(); |
| 17 | ?> | 17 | ?> |
| 18 | --EXPECTF-- | 18 | --EXPECTF-- |
| 19 | [snuffleupagus][0.0.0.0][disabled_function][simulation] The call to the function 'foo' in %s/src/tests/glob_config.php:%d has been disabled. | 19 | [snuffleupagus][0.0.0.0][disabled_function][simulation] The call to the function 'foo' in %s/tests/glob_config.php:%d has been disabled. |
| 20 | 1 | 20 | 1 |
| 21 | [snuffleupagus][0.0.0.0][disabled_function][simulation] The call to the function 'bla' in %s/src/tests/glob_config.php:%d has been disabled. | 21 | [snuffleupagus][0.0.0.0][disabled_function][simulation] The call to the function 'bla' in %s/tests/glob_config.php:%d has been disabled. |
| 22 | 2 | 22 | 2 |
| 23 | 23 | ||
