| Summary: | Add an IFS regression test for shells | ||
|---|---|---|---|
| Product: | Base System | Reporter: | David Magda <dmagda+fbugs> |
| Component: | standards | Assignee: | Graham Perrin <grahamperrin> |
| Status: | Closed Overcome By Events | ||
| Severity: | Affects Only Me | CC: | standards |
| Priority: | --- | Keywords: | feature |
| Version: | 4.10-STABLE | ||
| Hardware: | Any | ||
| OS: | Any | ||
| URL: | https://web.archive.org/web/20051225040851/http://www.research.att.com/~gsf/public/ifs.sh | ||
| See Also: | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=79067 | ||
|
Description
David Magda
2005-03-20 18:00:10 UTC
Responsible Changed From-To: freebsd-standards->stefanf Stefan has been doing a lot of work lately writing regression tests for /bin/sh. standards/79067 mentions this test script too but also has patches to fix the problems -- Jilles Tjoelker On Sat, April 4, 2009 09:39, Jilles Tjoelker wrote:
> standards/79067 mentions this test script too but also has patches to
> fix the problems
If you want to marked it a dupe of the other, or close it if the patch
fixes things, that's fine with me.
I filed the bug a while ago, and no longer have a FreeBSD to test things on.
I'm not working on /bin/sh anymore. batch change: For bugs that match the following - Status Is In progress AND - Untouched since 2018-01-01. AND - Affects Base System OR Documentation DO: Reset to open status. Note: I did a quick pass but if you are getting this email it might be worthwhile to double check to see if this bug ought to be closed. Keyword:
patch
or patch-ready
– in lieu of summary line prefix:
[patch]
* bulk change for the keyword
* summary lines may be edited manually (not in bulk).
Keyword descriptions and search interface:
<https://bugs.freebsd.org/bugzilla/describekeywords.cgi>
(In reply to David Magda from 2005 comment #0) > [1] http://www.research.att.com/~gsf/public/ifs.sh No longer available. Linked: a capture in the Wayback Machine. (In reply to Jilles Tjoelker from 2009 comment #2) > standards/79067 mentions this test script too but also has patches to fix > the problems (In reply to Eitan Adler from 2018 comment #5) > … I did a quick pass but if you are getting this email it might be > worthwhile to double check to see if this bug ought to be closed. ---- ^Triage: bug 79067 was fixed in 2009 with <https://github.com/freebsd/freebsd-src/commit/f19a2f6c574ce3dc437d9998a879ad65e8666c5d> so let's close here, as overcome by events. If necessary, please reopen or make a new report. Thanks. f19a2f6c574c Fix some weirdnesses in the NetBSD IFS code, in particular "$@"$ifschar if the final positional parameter is empty. With the NetBSD code, adding the $ifschar removes a parameter. |