install-reloc: Support multi-binary installation.
[gnulib.git] / tests / test-system-quote-child.c
index 29c366f..5009e29 100644 (file)
@@ -1,5 +1,5 @@
 /* Child program invoked by test-system-quote-main.
-   Copyright (C) 2012 Free Software Foundation, Inc.
+   Copyright (C) 2012-2013 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -22,7 +22,9 @@
 /* Do not use any gnulib replacements, since this program should
    link against as few libraries as possible.  */
 #undef fclose
+#undef fopen
 #undef fprintf
+#undef fread
 
 #define EXPECTED_DATA_FILE "t-sq-data.tmp"