On 05/28/2012 08:25 AM, Tom G. Christensen wrote:
> As a workaround I've added $(LDADD) to test_system_quote_child_LDADD in 
> modules/system-quote-tests.

That doesn't sound right, given the comments there.
I don't understand the situation fully and
do not have the patience to run that test, but does the
following patch fix things for you?

--- a/tests/test-system-quote-child.c
+++ b/tests/test-system-quote-child.c
@@ -19,6 +19,11 @@
 #include <stdio.h>
 #include <string.h>
 
+/* Do not use any gnulib replacements, since this program should
+   link against as few libraries as possible.  */
+#undef fclose
+#undef fprintf
+
 #define EXPECTED_DATA_FILE "t-sq-data.tmp"
 
 int

Reply via email to