bug4733 343 B

123456
  1. o Minor fix:
  2. test_util_spawn_background_ok() hardcoded the expected value
  3. for ENOENT to 2. This isn't portable as error numbers are
  4. platform specific, and particularly the hurd has ENOENT at
  5. 0x40000002. Construct expected string at runtime, using the
  6. correct value for ENOENT (closes: #4733). Bugfix on 0.2.3.1-alpha.