From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason at zx2c4.com (Jason A. Donenfeld) Date: Wed, 11 Dec 2019 11:00:35 +0100 Subject: [PATCH 1/1] tests: skip tests if strace is not functional In-Reply-To: References: <20191211095750.34396-1-list@eworm.de> Message-ID: On Wed, Dec 11, 2019 at 10:59 AM Jason A. Donenfeld wrote: > > That's a good idea. Thanks. Queue it up. Actually, wait. Wouldn't it be better to do this as: `strace true >/dev/null 2>&1 || { skip_all....`