diff options
Diffstat (limited to 'tests/asm-tst2.c')
| -rw-r--r-- | tests/asm-tst2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/asm-tst2.c b/tests/asm-tst2.c index 2556d0c4..f7b36786 100644 --- a/tests/asm-tst2.c +++ b/tests/asm-tst2.c @@ -130,7 +130,7 @@ main (void) } /* Check the file. */ - fd = open (fname, O_RDONLY); + fd = open (fname, O_RDONLY | O_BINARY); if (fd == -1) { printf ("cannot open generated file: %m\n"); |
