projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79d4e75
)
perror: fix test on mingw
author
Eric Blake
<eblake@redhat.com>
Wed, 8 Jun 2011 14:34:21 +0000
(08:34 -0600)
committer
Eric Blake
<eblake@redhat.com>
Wed, 8 Jun 2011 14:45:41 +0000
(08:45 -0600)
test-perror2 was tripping up on a known mingw dup2 pitfall.
* modules/perror-tests (Depends-on): Add dup2.
Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
patch
|
blob
|
history
modules/perror-tests
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 6cd8757326b6bda49488fbf20d12f266efe987e6..0faf040dd3338d31645cc850ed089b063e47ed79 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,5
+1,8
@@
2011-06-08 Eric Blake <eblake@redhat.com>
+ perror: fix test on mingw
+ * modules/perror-tests (Depends-on): Add dup2.
+
strerror_r-posix: fix on MacOS
* m4/strerror.m4 (gl_FUNC_STRERROR): Flush out MacOS bug.
* m4/strerror_r.m4 (gl_FUNC_STRERROR_R_WORKS): Likewise, and fix
diff --git
a/modules/perror-tests
b/modules/perror-tests
index 3770d778204e0ae7dd8d504d5deea687a7e3d04e..04adee2e22b0c641483a6ffbb16a1bc65763efcc 100644
(file)
--- a/
modules/perror-tests
+++ b/
modules/perror-tests
@@
-7,6
+7,7
@@
tests/test-perror2.c
tests/test-perror.sh
Depends-on:
+dup2
strerror
configure.ac: