* Adhemerval Zanella via Libc-alpha:
> +#define PREPARE do_prepare
> +static void
> +do_prepare (int argc, char *argv[])
> +{
> + temp_fd = create_temp_file ("utimes", &testfile);
> + TEST_VERIFY_EXIT (temp_fd > 0);
> +}
I believe this should use /dev/shm.
Thanks,
Florian