]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
And a changes file for bug#4733
authorPeter Palfrader <peter@palfrader.org>
Sat, 17 Dec 2011 10:30:30 +0000 (11:30 +0100)
committerNick Mathewson <nickm@torproject.org>
Sat, 17 Dec 2011 17:21:56 +0000 (12:21 -0500)
changes/bug4733 [new file with mode: 0644]

diff --git a/changes/bug4733 b/changes/bug4733
new file mode 100644 (file)
index 0000000..672cfbc
--- /dev/null
@@ -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.