aboutsummaryrefslogtreecommitdiffstats
path: root/app/test/test_acl.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/test/test_acl.c')
-rw-r--r--app/test/test_acl.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/app/test/test_acl.c b/app/test/test_acl.c
index 2b827904..28955f08 100644
--- a/app/test/test_acl.c
+++ b/app/test/test_acl.c
@@ -1682,8 +1682,4 @@ test_acl(void)
return 0;
}
-static struct test_command acl_cmd = {
- .command = "acl_autotest",
- .callback = test_acl,
-};
-REGISTER_TEST_COMMAND(acl_cmd);
+REGISTER_TEST_COMMAND(acl_autotest, test_acl);