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

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,

CVS commit: src/tests/bin/sh

2023-12-28 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Thu Dec 28 20:04:11 UTC 2023 Modified Files: src/tests/bin/sh: t_syntax.sh Log Message: s/synax/syntax/ in test description. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/tests/bin/sh/t_syntax.sh Please

CVS commit: src/tests/bin/sh

2023-12-28 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Thu Dec 28 20:04:11 UTC 2023 Modified Files: src/tests/bin/sh: t_syntax.sh Log Message: s/synax/syntax/ in test description. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/tests/bin/sh/t_syntax.sh Please

CVS commit: src/tests/bin/sh

2023-05-11 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu May 11 10:08:35 UTC 2023 Modified Files: src/tests/bin/sh: t_patterns.sh Log Message: Fix building the debugging tarball of the directory tree created for the pathname matching tests ... this is not used in any way in a normal

CVS commit: src/tests/bin/sh

2023-05-11 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu May 11 10:08:35 UTC 2023 Modified Files: src/tests/bin/sh: t_patterns.sh Log Message: Fix building the debugging tarball of the directory tree created for the pathname matching tests ... this is not used in any way in a normal

CVS commit: src/tests/bin/sh

2023-05-10 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Thu May 11 01:50:40 UTC 2023 Modified Files: src/tests/bin/sh: t_patterns.sh Log Message: t_patterns.sh: fix naming of head() of filename_expansion To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/tests/bin/sh

2023-05-10 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Thu May 11 01:50:40 UTC 2023 Modified Files: src/tests/bin/sh: t_patterns.sh Log Message: t_patterns.sh: fix naming of head() of filename_expansion To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/tests/bin/sh

2023-05-10 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Thu May 11 00:32:48 UTC 2023 Modified Files: src/tests/bin/sh: t_cmdsub.sh Log Message: t_cmdsub.sh: fix naming of head() of cmdsub_paren_tests To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/tests/bin/sh

2023-05-10 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Thu May 11 00:32:48 UTC 2023 Modified Files: src/tests/bin/sh: t_cmdsub.sh Log Message: t_cmdsub.sh: fix naming of head() of cmdsub_paren_tests To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/tests/bin/sh

2023-03-05 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Mar 6 05:54:54 UTC 2023 Modified Files: src/tests/bin/sh: t_expand.sh Log Message: Adjust the tilde expansion test to deal with (very) recent changes to what the shell produces for tilde expansions, when the expansion of the

CVS commit: src/tests/bin/sh

2023-03-05 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Mar 6 05:54:54 UTC 2023 Modified Files: src/tests/bin/sh: t_expand.sh Log Message: Adjust the tilde expansion test to deal with (very) recent changes to what the shell produces for tilde expansions, when the expansion of the

CVS commit: src/tests/bin/sh

2021-11-21 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Nov 22 05:21:54 UTC 2021 Modified Files: src/tests/bin/sh: t_here.sh Log Message: PR bin/53550 /bin/sh's processing of here doc expansions has changed. Now it happens in the context of the parent shell, so side effects are

CVS commit: src/tests/bin/sh

2021-11-21 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Nov 22 05:21:54 UTC 2021 Modified Files: src/tests/bin/sh: t_here.sh Log Message: PR bin/53550 /bin/sh's processing of here doc expansions has changed. Now it happens in the context of the parent shell, so side effects are

CVS commit: src/tests/bin/sh

2021-11-21 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Nov 22 05:07:15 UTC 2021 Modified Files: src/tests/bin/sh: t_option.sh t_syntax.sh t_varval.sh Log Message: More tests that were doing ... | atf_check ... which allows the atf_check to fail without causing the test to fail

CVS commit: src/tests/bin/sh

2021-11-21 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Nov 22 05:07:15 UTC 2021 Modified Files: src/tests/bin/sh: t_option.sh t_syntax.sh t_varval.sh Log Message: More tests that were doing ... | atf_check ... which allows the atf_check to fail without causing the test to fail

CVS commit: src/tests/bin/sh

2021-11-21 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Nov 21 20:50:35 UTC 2021 Modified Files: src/tests/bin/sh: t_redir.sh Log Message: Deal with a lot more pipes into atf_check missed last time. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/tests/bin/sh

2021-11-21 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Nov 21 20:50:35 UTC 2021 Modified Files: src/tests/bin/sh: t_redir.sh Log Message: Deal with a lot more pipes into atf_check missed last time. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/tests/bin/sh

2021-11-16 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Nov 16 11:15:26 UTC 2021 Modified Files: src/tests/bin/sh: t_redir.sh Log Message: Fix a test that has been (unnoticed) failing ever since printf(1) was changed to exit(1) when it detects a write error to stdout. Running printf

CVS commit: src/tests/bin/sh

2021-11-16 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Nov 16 11:15:26 UTC 2021 Modified Files: src/tests/bin/sh: t_redir.sh Log Message: Fix a test that has been (unnoticed) failing ever since printf(1) was changed to exit(1) when it detects a write error to stdout. Running printf

CVS commit: src/tests/bin/sh

2021-11-16 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Nov 16 11:12:15 UTC 2021 Modified Files: src/tests/bin/sh: t_redir.sh t_syntax.sh Log Message: Correct a systematic atf_check usage error. One must not pipe into atf_check and simply expect it to work - the shell is permitted

CVS commit: src/tests/bin/sh

2021-11-16 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Nov 16 11:12:15 UTC 2021 Modified Files: src/tests/bin/sh: t_redir.sh t_syntax.sh Log Message: Correct a systematic atf_check usage error. One must not pipe into atf_check and simply expect it to work - the shell is permitted

CVS commit: src/tests/bin/sh

2021-09-08 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Sep 9 00:04:51 UTC 2021 Modified Files: src/tests/bin/sh: t_here.sh Log Message: Add a new test case to check for correct parsing and execution of a few bizarre here document usages, such as : << do | for x in xxx

CVS commit: src/tests/bin/sh

2021-09-08 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Sep 9 00:04:51 UTC 2021 Modified Files: src/tests/bin/sh: t_here.sh Log Message: Add a new test case to check for correct parsing and execution of a few bizarre here document usages, such as : << do | for x in xxx

CVS commit: src/tests/bin/sh

2019-07-09 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Jul 10 05:57:43 UTC 2019 Modified Files: src/tests/bin/sh: t_patterns.sh Log Message: Make sure we have enough free inodes before running the filename_expansion test. To generate a diff of this commit: cvs rdiff -u -r1.4

CVS commit: src/tests/bin/sh

2019-07-09 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Jul 10 05:57:43 UTC 2019 Modified Files: src/tests/bin/sh: t_patterns.sh Log Message: Make sure we have enough free inodes before running the filename_expansion test. To generate a diff of this commit: cvs rdiff -u -r1.4

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