summary refs log tree commit diff
path: root/stdio/test-fseek.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-02-24 19:47:17 +0000
committerRoland McGrath <roland@gnu.org>1995-02-24 19:47:17 +0000
commite66f63fb6364729aad510f5b3feb8a046775ec1a (patch)
tree9a30659f0c20386836b08c3f032014f157ac72b6 /stdio/test-fseek.c
parentb5388cb6b1e845544760ddc66b6581c5df9f2616 (diff)
downloadglibc-e66f63fb6364729aad510f5b3feb8a046775ec1a.tar.gz
glibc-e66f63fb6364729aad510f5b3feb8a046775ec1a.tar.xz
glibc-e66f63fb6364729aad510f5b3feb8a046775ec1a.zip
Fri Feb 24 14:40:48 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
	* 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.
Diffstat (limited to 'stdio/test-fseek.c')
-rw-r--r--stdio/test-fseek.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio/test-fseek.c b/stdio/test-fseek.c
index 398cac796f..d56c669a54 100644
--- a/stdio/test-fseek.c
+++ b/stdio/test-fseek.c
@@ -1,7 +1,7 @@
 #include <ansidecl.h>
 #include <stdio.h>
 
-#define TESTFILE "test.dat"
+#define TESTFILE "/tmp/test.dat"
 
 int
 main __P((void))