From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [xen-unstable test] 30769: regressions - trouble: blocked/broken/fail/pass Date: Tue, 21 Oct 2014 14:59:05 +0100 Message-ID: <1413899945.23337.45.camel@citrix.com> References: <20141017200630.GC17012@laptop.dumpdata.com> <21573.16057.930155.780784@mariner.uk.xensource.com> <1413879368.20604.28.camel@citrix.com> <21574.25541.422588.523608@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <21574.25541.422588.523608@mariner.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Jackson Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Tue, 2014-10-21 at 14:46 +0100, Ian Jackson wrote: > Ian Campbell writes ("Re: [Xen-devel] [xen-unstable test] 30769: regressions - trouble: blocked/broken/fail/pass"): > > On Mon, 2014-10-20 at 17:56 +0100, Ian Jackson wrote: > > > if (exec 3>&2 2>/dev/null <$f 2>&3 3>&- cat); then exit 0; fi > > > > What are all these terribly exciting redirections (supposed to be) > > doing? > > It's trying to open the file, without printing a message to stderr if > it fails, but preserving the stderr so that it can be given to cat. Wowza! Now that it's explained I can say I think it is correct, For what it's worth under the circumstances ;-) Ian.