diff options
Diffstat (limited to 'stdio/bug4.c')
-rw-r--r-- | stdio/bug4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio/bug4.c b/stdio/bug4.c index 8e67f1d7b9..00abf3c502 100644 --- a/stdio/bug4.c +++ b/stdio/bug4.c @@ -26,7 +26,7 @@ DEFUN(main, (argc, argv), break; } - f = fopen("bugtest", "w+"); + f = fopen("/tmp/bugtest", "w+"); for (i=0; i<9000; i++) { putc('x', f); } |