tests: Fix synthetic system file reader tests on Windows.
[pspp] / tests / data / sack.c
index b9a09b3ffd3052febf1a8f2544cf182139c0f7d0..0a1ada7fdaab03ed351768b7ae8e4f53e5e860ad 100644 (file)
@@ -38,6 +38,7 @@
 #include "gl/intprops.h"
 #include "gl/progname.h"
 #include "gl/xalloc.h"
+#include "gl/xbinary-io.h"
 
 struct buffer
   {
@@ -704,6 +705,7 @@ main (int argc, char **argv)
   if (input != stdin)
     fclose (input);
 
+  xset_binary_mode (fileno (stdout), O_BINARY);
   fwrite (output.data, output.size, 1, stdout);
   free (output.data);