git: 168b579a4884 - main - Fix RISC-V build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Oct 2021 15:21:48 UTC
The branch main has been updated by lwhsu:
URL: https://cgit.FreeBSD.org/src/commit/?id=168b579a4884ab44833b758d9e770c87a37025fc
commit 168b579a4884ab44833b758d9e770c87a37025fc
Author: Li-Wen Hsu <lwhsu@FreeBSD.org>
AuthorDate: 2021-10-14 15:20:12 +0000
Commit: Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2021-10-14 15:20:12 +0000
Fix RISC-V build
Fixes: d5fd5cdc063
---
tests/sys/netgraph/hub.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/sys/netgraph/hub.c b/tests/sys/netgraph/hub.c
index 9a5ba74b2ad5..5fda9b8c7688 100644
--- a/tests/sys/netgraph/hub.c
+++ b/tests/sys/netgraph/hub.c
@@ -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