CVS commit: src/tests/bin/sh
"Robert Elz" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: kre Date: Fri Mar 27 09:06:09 UTC 2026 Modified Files: src/tests/bin/sh: t_expand.sh Log Message: Learn how to add (me that is). This is a NFC change - just correcting the sub-test numbers in the comments (somehow, sometime in the past, I deduced that 79 + 3 == 80, and from that point onwards, everything was out by two). The tests themselves count properly, the comments are intended to allow matching the failing sub-test number reported when something fails, with the code for the failing sub-test in the source. Having the wrong values listed wouldn't help with that. Of course, as this simple test case doesn't fail, it was never noticed that the numbering was incorrect. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/tests/bin/sh/t_expand.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.