Re: CVS commit: src/tests/bin/sh

2023-12-29 Thread Andrius V
On Thu, Dec 28, 2023 at 11:08 PM Robert Elz wrote: > > [I could claim that the typo was deliberate, as part of > the test but that would be kind of absurd, sh does > no spell checking to test.] > > kre > Thanks for clarification. I definitely had few instances when I needed to revert spellin

Re: CVS commit: src/tests/bin/sh

2023-12-28 Thread Robert Elz
Date:Thu, 28 Dec 2023 20:04:11 + From:"Andrius Varanavicius" Message-ID: <20231228200411.283ccf...@cvs.netbsd.org> | Modified Files: | src/tests/bin/sh: t_syntax.sh | Log Message: | s/synax/syntax/ in test description. Thanks for the correction, but,

Re: CVS commit: src/tests/bin/sh

2016-04-29 Thread Robert Elz
Date:Fri, 29 Apr 2016 14:29:17 -0400 From:"Christos Zoulas" Message-ID: <20160429182917.d265bf...@cvs.netbsd.org> | use "" so ${TEST_SH} is expanded. Ugh!!! It worked for me as I always have TEST_SH in the environment, so it was getting expanded (much much) later.