From 87e928dc2606b947f73b8761d73110a60739a233 Mon Sep 17 00:00:00 2001 From: Angel Luis Moya Gonzalez Date: Thu, 25 Apr 2019 18:51:03 +0200 Subject: [PATCH] B OpenNebula/one fix broken pipe in vcenter tests (#3278) --- src/vnm_mad/remotes/common/dummy.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/vnm_mad/remotes/common/dummy.sh b/src/vnm_mad/remotes/common/dummy.sh index f6c157c95f..07a7b691ba 100755 --- a/src/vnm_mad/remotes/common/dummy.sh +++ b/src/vnm_mad/remotes/common/dummy.sh @@ -16,4 +16,6 @@ # limitations under the License. # #--------------------------------------------------------------------------- # +STDIN=`cat -` + exit 0