diff options
Diffstat (limited to 'stdio/test-fseek.c')
-rw-r--r-- | stdio/test-fseek.c | 2 |
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)) |