From: Martin Schwenke Date: Mon, 11 Jun 2018 20:15:40 +0000 (+1000) Subject: ctdb-tests: Drop check for invalid event in 00.test event script X-Git-Tag: tevent-0.9.37~173 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=23adbaad998eef1d5dd327b77f83de290e18bb20;p=thirdparty%2Fsamba.git ctdb-tests: Drop check for invalid event in 00.test event script This isn't necessary and complicates the code. Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs --- diff --git a/ctdb/tests/simple/etc-ctdb/events/legacy/00.test.script b/ctdb/tests/simple/etc-ctdb/events/legacy/00.test.script index 0ae09879d43..71b2e05a6af 100755 --- a/ctdb/tests/simple/etc-ctdb/events/legacy/00.test.script +++ b/ctdb/tests/simple/etc-ctdb/events/legacy/00.test.script @@ -100,6 +100,3 @@ case $cmd in exit 0 ;; esac - -echo "Invalid command $cmd" -exit 1