[PATCH 02/52] linux: Add futimes test

Florian Weimer fweimer@redhat.com
Fri Mar 5 20:30:17 GMT 2021


* 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



More information about the Libc-alpha mailing list