From e66f63fb6364729aad510f5b3feb8a046775ec1a Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 24 Feb 1995 19:47:17 +0000 Subject: Fri Feb 24 14:40:48 1995 Roland McGrath * stdio/bug4.c: Put temporary files in /tmp. * stdio/bug3.c: Likewise. * stdio/bug5.c: Likewise. * stdio/test-fseek.c: Likewise. * stdio/test-popen.c: Likewise. --- stdio/bug4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdio/bug4.c') 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); } -- cgit v1.2.3