Commit 597e428d authored by Peter Palfrader's avatar Peter Palfrader Committed by Nick Mathewson
Browse files

And a changes file for bug#4733

parent f6b19ac7
Loading
Loading
Loading
Loading

changes/bug4733

0 → 100644
+6 −0
Original line number Diff line number Diff line
  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.