NetworkManager/clients/common/tests
Thomas Haller 7c6adf8032
clients: fix compiler warning in _do_test_parse_passwd_file()
Since "_i" is int type and G_N_ELEMENTS() is size_t, the compiler
can warn

    error: comparison of unsigned expression in '< 0' is always false [-Werror=type-limits]

Avoid the warning by casting.
2021-01-08 19:06:44 +01:00
..
meson.build all: update deprecated SPDX license identifiers 2021-01-05 09:46:21 +01:00
test-clients-common.c clients: fix compiler warning in _do_test_parse_passwd_file() 2021-01-08 19:06:44 +01:00
test-libnm-core-aux.c all: update deprecated SPDX license identifiers 2021-01-05 09:46:21 +01:00
wg-test0.conf clients: set routing search domain with nameservers when importing WireGuard profile 2020-04-08 12:33:56 +02:00
wg-test1.conf clients/tests: add wireguard import tests 2019-03-07 22:22:39 +01:00
wg-test2.conf clients/tests: add wireguard import tests 2019-03-07 22:22:39 +01:00
wg-test3.conf clients/tests: add wireguard import tests 2019-03-07 22:22:39 +01:00