From: Thomas Adam Subject: Re: run tests with set -u To: gameoftrees@openbsd.org Date: Tue, 8 Mar 2022 11:45:46 +0000 On Tue, Mar 08, 2022 at 12:02:30PM +0100, Stefan Sperling wrote: > I think we should use set -u in command line tests to catch mistakes > related to use of unset variables. > > The patch below does this and fixes some existing tests to keep passing. > > ok? Looks good to me. Can't see anything wrong with it. Kindly, Thomas