Hi! > TCID can be NULL in tst_tmpdir() because it is set after do_setup(): > > tst_run_tcases() > do_setup() > ... > tid = get_tid(); > ... > tst_tmpdir() /* using TCID here */ > TCID = tid; Good catch, I wonder how we missed this for so long... Reviewed-by: Cyril Hrubis <chrubis@suse.cz> -- Cyril Hrubis chrubis@suse.cz