Hello, > -} > +static struct tst_test test = { > + .test_all = run, > + .needs_tmpdir = 1 Both conversions look perfect, but do we need a temp dir? It doesn't look like the tests use the file system. -- Thank you, Richard.