소스 검색

And a changes file for bug#4733

Peter Palfrader 14 년 전
부모
커밋
597e428df6
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      changes/bug4733

+ 6 - 0
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.