=================================================================== RCS file: /cvs/djgpp/djgpp/tests/libc/posix/sys/stat/stat1.c,v retrieving revision 1.1 retrieving revision 1.2 diff -p -u -r1.1 -r1.2 --- djgpp/tests/libc/posix/sys/stat/stat1.c 1995/04/18 08:35:20 1.1 +++ /cvs/djgpp/djgpp/tests/libc/posix/sys/stat/stat1.c 2000/07/30 19:34:37 1.2 @@ -22,7 +22,7 @@ main (int argc, char *argv[]) char name[256]; int fd; - sprintf (name, "/tmp/foo%d", i); + sprintf (name, "/dev/env/DJDIR/tmp/foo%d", i); if ((fd = open (name, O_CREAT, 0777)) < 0) { fprintf (stderr, "open number %d failed, last fd = %d.\n", i,