mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
7 lines
343 B
Plaintext
7 lines
343 B
Plaintext
|
o Minor fix:
|
||
|
test_util_spawn_background_ok() hardcoded the expected value
|
||
|
for ENOENT to 2. This isn't portable as error numbers are
|
||
|
platform specific, and particularly the hurd has ENOENT at
|
||
|
0x40000002. Construct expected string at runtime, using the
|
||
|
correct value for ENOENT (closes: #4733). Bugfix on 0.2.3.1-alpha.
|