mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-03 00:53:32 +01:00
Merge remote-tracking branch 'ahf-github/bugs/26437'
This commit is contained in:
commit
c7dcf252fd
3
changes/bug26437
Normal file
3
changes/bug26437
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
o Testing:
|
||||||
|
- Fix forking tests on Windows when there is a space somewhere in the path.
|
||||||
|
Fixes bug 26437; bugfix on 0.2.2.4-alpha.
|
@ -145,7 +145,7 @@ testcase_run_forked_(const struct testgroup_t *group,
|
|||||||
if (opt_verbosity>0)
|
if (opt_verbosity>0)
|
||||||
printf("[forking] ");
|
printf("[forking] ");
|
||||||
|
|
||||||
snprintf(buffer, sizeof(buffer), "%s --RUNNING-FORKED %s %s%s",
|
snprintf(buffer, sizeof(buffer), "\"%s\" --RUNNING-FORKED %s %s%s",
|
||||||
commandname, verbosity_flag, group->prefix, testcase->name);
|
commandname, verbosity_flag, group->prefix, testcase->name);
|
||||||
|
|
||||||
memset(&si, 0, sizeof(si));
|
memset(&si, 0, sizeof(si));
|
||||||
|
Loading…
Reference in New Issue
Block a user