diff options
author | Mattias Andrée <m@maandree.se> | 2025-01-31 20:21:32 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-01-31 20:21:32 +0100 |
commit | 66cef0fe4754cc33fa3b9f8ace3e3ef4e7f662c7 (patch) | |
tree | 2637f644e3375e87c72c9258a943b04ad30c53f8 /libenv_get_complete_list.c | |
parent | Fix mistakes and add tests (diff) | |
download | libenv-66cef0fe4754cc33fa3b9f8ace3e3ef4e7f662c7.tar.gz libenv-66cef0fe4754cc33fa3b9f8ace3e3ef4e7f662c7.tar.bz2 libenv-66cef0fe4754cc33fa3b9f8ace3e3ef4e7f662c7.tar.xz |
Test the testable aspects of libenv_get_complete_list and print the variable list for human verification
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'libenv_get_complete_list.c')
-rw-r--r-- | libenv_get_complete_list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libenv_get_complete_list.c b/libenv_get_complete_list.c index e40ed91..f2d63c0 100644 --- a/libenv_get_complete_list.c +++ b/libenv_get_complete_list.c @@ -51,7 +51,7 @@ DECLARE(classes__exec__path, _(LIBENV_EXEC) | SU_SAFE | LOGIN_UNSAFE | PATH); #define V(S) {S, CLASSES} -static struct libenv_variable list[] = { /* TODO validate */ +static struct libenv_variable list[] = { #define CLASSES classes__display V("DISPLAY"), |