From: Peter Palfrader Date: Sat, 17 Dec 2011 10:30:30 +0000 (+0100) Subject: And a changes file for bug#4733 X-Git-Tag: tor-0.2.3.11-alpha~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=597e428df6fc973fa009cb67b3cced7b1e2c9bf9;p=thirdparty%2Ftor.git And a changes file for bug#4733 --- diff --git a/changes/bug4733 b/changes/bug4733 new file mode 100644 index 0000000000..672cfbc9be --- /dev/null +++ b/changes/bug4733 @@ -0,0 +1,6 @@ + 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.