summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test-fopen-gnu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-fopen-gnu.c b/tests/test-fopen-gnu.c
index 4d98dcd855..7de45ab8d8 100644
--- a/tests/test-fopen-gnu.c
+++ b/tests/test-fopen-gnu.c
@@ -30,7 +30,7 @@
#define BASE "test-fopen-gnu.t"
/* 0x1a is an EOF on Windows. */
-#define DATA "abc\x1adef"
+#define DATA "abc\x1axyz"
int
main (void)