Fix RISC-V build

Fixes:	d5fd5cdc06
This commit is contained in:
Li-Wen Hsu 2021-10-14 23:20:12 +08:00
parent 2ec165e3f0
commit 168b579a48
No known key found for this signature in database
GPG Key ID: 82B261B14D3BC7AF

View File

@ -128,7 +128,7 @@ ATF_TC_BODY(loop, dummy)
char msg[] = "LOOP Alert!";
#if defined(__riscv)
if (atf_tc_get_config_var_as_bool_wd(tc, "ci", false))
if (atf_tc_get_config_var_as_bool_wd(dummy, "ci", false))
atf_tc_skip("https://bugs.freebsd.org/259157");
#endif