diff options
Diffstat (limited to 'debian/tests/clients')
-rw-r--r-- | debian/tests/clients | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/tests/clients b/debian/tests/clients index aeda754..d705e01 100644 --- a/debian/tests/clients +++ b/debian/tests/clients @@ -23,7 +23,7 @@ for client in "${VERSION_CLIENTS[@]}"; do fi done -ALONE_CLIENTS=('radlast') +ALONE_CLIENTS=('radsecret') for client in "${ALONE_CLIENTS[@]}"; do RET=$($client 2>&1 > /dev/null) |