From: Martin Schwenke Date: Mon, 16 Sep 2024 02:32:02 +0000 (+1000) Subject: ctdb-tests: Fix ss -a not supported X-Git-Tag: tdb-1.4.13~642 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60067e2a74d58d9b31a5eef657ec33fbdc7ec514;p=thirdparty%2Fsamba.git ctdb-tests: Fix ss -a not supported This is currently just a series of typos. Signed-off-by: Martin Schwenke Reviewed-by: Volker Lendecke Reviewed-by: Jerry Heyman --- diff --git a/ctdb/tests/UNIT/eventscripts/stubs/ss b/ctdb/tests/UNIT/eventscripts/stubs/ss index dcd62724179..692de2595a4 100755 --- a/ctdb/tests/UNIT/eventscripts/stubs/ss +++ b/ctdb/tests/UNIT/eventscripts/stubs/ss @@ -177,8 +177,8 @@ done shift $((OPTIND - 1)) $tcp || $unix || not_supported "$*" -if [ -z "$all" ]; then - nosupported "$*" +if "$all"; then + not_supported "$*" fi if $tcp; then