projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
cc30ee0
)
Fix #88 bad variable name
author
Remi Collet
<remi@remirepo.net>
Thu, 6 Jun 2019 12:23:38 +0000
(14:23 +0200)
committer
Remi Collet
<remi@remirepo.net>
Thu, 6 Jun 2019 12:23:38 +0000
(14:23 +0200)
tests/helper/server.inc
patch
|
blob
|
history
diff --git
a/tests/helper/server.inc
b/tests/helper/server.inc
index ea83f70679b073f1dc75dbbf30261c14f6567ef7..9ca96cd726e62c8bb0b8b64f39eb98438e6514a0 100644
(file)
--- a/
tests/helper/server.inc
+++ b/
tests/helper/server.inc
@@
-124,7
+124,7
@@
function server($handler, $cb) {
continue;
}
if ($argList[$i] === '-d') {
- $args[] = '-d' . $arg
s
[++$i];
+ $args[] = '-d' . $arg
List
[++$i];
continue;
}
if (substr($argList[$i], 0, 2) === '-d') {