History log of /netbsd-src/tests/bin/sh/dotcmd/scoped_command (Results 1 – 3 of 3)
Revision Date Author Comments
# 62d35c4e 04-Dec-2018 kre <kre@NetBSD.org>

Supply a missing \ ... this missing has meant that these tests
have not been testing everything they should have been testing.
Never mind, they still all succeed.


# 32b59da6 27-Mar-2016 christos <christos@NetBSD.org>

Allow for testing other than /bin/sh using TEST_SH (from kre@)


# 9462261d 31-May-2014 christos <christos@NetBSD.org>

PR/48843: Jarmo Jaakkola: Test cses for break/continue/return broken
inside dot commands:

The test cases are named with the pattern
dotscope_cmd_cmdscope,
where dotscope is the scope in which

PR/48843: Jarmo Jaakkola: Test cses for break/continue/return broken
inside dot commands:

The test cases are named with the pattern
dotscope_cmd_cmdscope,
where dotscope is the scope in which the dot command is and cmdscope
is the scope where cmd is in the sourced file.

show more ...