From 6733ac86d717df0bc8de5ea0ae59f9d017f9e208 Mon Sep 17 00:00:00 2001 From: Petr Rockai Date: Fri, 28 Feb 2014 23:30:17 +0100 Subject: [PATCH] test: Fix the failing branch in aux lvmetad_talk. --- test/lib/aux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lib/aux.sh b/test/lib/aux.sh index ab3fc05d8..5ae40e831 100644 --- a/test/lib/aux.sh +++ b/test/lib/aux.sh @@ -94,7 +94,7 @@ lvmetad_talk() { else echo "WARNING: Neither socat nor nc -U seems to be available." 1>&2 echo "# failed to contact lvmetad" - return 1 + exit 1 fi | tee -a lvmetad-talk.txt }