diff options
Diffstat (limited to 'stdio/bug5.c')
-rw-r--r-- | stdio/bug5.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdio/bug5.c b/stdio/bug5.c index 218af31352..18f069ae29 100644 --- a/stdio/bug5.c +++ b/stdio/bug5.c @@ -15,8 +15,8 @@ DEFUN_VOID(main) { FILE *in; FILE *out; - static char inname[] = "infile"; - static char outname[] = "outfile"; + static char inname[] = "/tmp/bug5.in"; + static char outname[] = "/tmp/bug5.out"; int i; /* Create a test file. */ |