Module Name:src
Committed By: kre
Date: Sat Oct 19 11:59:51 UTC 2024
Modified Files:
src/tests/bin/sh: t_fsplit.sh
Log Message:
Delete the dummy "always fail" test.
It has demonstrated that the code elsewhere will successfully
handle sub-test errors, should any occur, so
Module Name:src
Committed By: kre
Date: Sat Oct 19 11:59:51 UTC 2024
Modified Files:
src/tests/bin/sh: t_fsplit.sh
Log Message:
Delete the dummy "always fail" test.
It has demonstrated that the code elsewhere will successfully
handle sub-test errors, should any occur, so
Module Name:src
Committed By: kre
Date: Fri Oct 18 09:05:23 UTC 2024
Modified Files:
src/tests/bin/sh: t_fsplit.sh
Log Message:
Always run all sub-tests in a test case.
Previously, as soon as a sub-test in a test case failed,
the sub-test failed along with it, and no furt
Module Name:src
Committed By: kre
Date: Fri Oct 18 09:05:23 UTC 2024
Modified Files:
src/tests/bin/sh: t_fsplit.sh
Log Message:
Always run all sub-tests in a test case.
Previously, as soon as a sub-test in a test case failed,
the sub-test failed along with it, and no furt
Module Name:src
Committed By: kre
Date: Fri Oct 18 06:32:08 UTC 2024
Modified Files:
src/tests/bin/sh: t_fsplit.sh
Log Message:
Test field splitting as used by the read built-in.
This includes a couple of sub-tests which test for the bug from
PR bin/58749
Other aspects o
Module Name:src
Committed By: kre
Date: Fri Oct 18 06:32:08 UTC 2024
Modified Files:
src/tests/bin/sh: t_fsplit.sh
Log Message:
Test field splitting as used by the read built-in.
This includes a couple of sub-tests which test for the bug from
PR bin/58749
Other aspects o
Module Name:src
Committed By: kre
Date: Mon Oct 14 12:26:29 UTC 2024
Modified Files:
src/tests/bin/sh: t_input.sh
Log Message:
This test just tested that nul chars in shell input were silently
ignored. Since we no longer do that, the test is kind of pointless.
But rather
Module Name:src
Committed By: kre
Date: Mon Oct 14 12:26:29 UTC 2024
Modified Files:
src/tests/bin/sh: t_input.sh
Log Message:
This test just tested that nul chars in shell input were silently
ignored. Since we no longer do that, the test is kind of pointless.
But rather
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
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,
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 note
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 note
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
te
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
te
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 src/tests/bin/sh
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 src/tests/bin/sh
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 src/tests/bin/sh/t_c
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 src/tests/bin/sh/t_c
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 til
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 til
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 vis
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 vis
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
(unl
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
(unl
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 src/tests/bin/sh/t_red
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 src/tests/bin/sh/t_red
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
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
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 t
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 t
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
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
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 -r1
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 -r1
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.
35 matches
Mail list logo