<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/tools/regression/usr.bin/env, branch stable/13</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>Remove $FreeBSD$: one-line sh pattern</title>
<updated>2023-08-23T17:43:30+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-22T01:32:01+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=023fc80ee38a117fa65b2ccb2abf8bdc7dbd6fd9'/>
<id>023fc80ee38a117fa65b2ccb2abf8bdc7dbd6fd9</id>
<content type='text'>
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

Similar commit in main:
(cherry picked from commit d0b2dbfa0ecf)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

Similar commit in main:
(cherry picked from commit d0b2dbfa0ecf)
</pre>
</div>
</content>
</entry>
<entry>
<title>env: Fix crash when -S string is not empty but no operand follows.</title>
<updated>2015-03-08T14:12:43+00:00</updated>
<author>
<name>Jilles Tjoelker</name>
<email>jilles@FreeBSD.org</email>
</author>
<published>2015-03-08T14:12:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6ab1d4d9c37d6e19c89fdd87f8bb01fa34526449'/>
<id>6ab1d4d9c37d6e19c89fdd87f8bb01fa34526449</id>
<content type='text'>
split_spaces() set argc in main() incorrectly, which caused trouble for
getopt().

Examples:
  env -S '\c'
  env -S -i

PR:		197769
MFC after:	1 week
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
split_spaces() set argc in main() incorrectly, which caused trouble for
getopt().

Examples:
  env -S '\c'
  env -S -i

PR:		197769
MFC after:	1 week
</pre>
</div>
</content>
</entry>
<entry>
<title>env: Fix testsuite for additional variables set by sh.</title>
<updated>2015-03-07T13:54:44+00:00</updated>
<author>
<name>Jilles Tjoelker</name>
<email>jilles@FreeBSD.org</email>
</author>
<published>2015-03-07T13:54:44+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=aad75bd7dbb2bbb52a4aead42133e521997502fc'/>
<id>aad75bd7dbb2bbb52a4aead42133e521997502fc</id>
<content type='text'>
MFC after:	1 week
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MFC after:	1 week
</pre>
</div>
</content>
</entry>
<entry>
<title>Spelling fixes for tools/</title>
<updated>2011-12-30T00:04:11+00:00</updated>
<author>
<name>Ulrich Spörlein</name>
<email>uqs@FreeBSD.org</email>
</author>
<published>2011-12-30T00:04:11+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8ce070c1b28cd5f33c098da43378d0239091bd00'/>
<id>8ce070c1b28cd5f33c098da43378d0239091bd00</id>
<content type='text'>
Add some $FreeBSD$ tags so svn will allow the commit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add some $FreeBSD$ tags so svn will allow the commit.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing newline in last line of file.</title>
<updated>2010-02-16T09:10:21+00:00</updated>
<author>
<name>Ulrich Spörlein</name>
<email>uqs@FreeBSD.org</email>
</author>
<published>2010-02-16T09:10:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=54673381cdf63ed40d32be8b5fc69aa3a3b6ae4b'/>
<id>54673381cdf63ed40d32be8b5fc69aa3a3b6ae4b</id>
<content type='text'>
Uncovered via:	fromcvs vs. svn
Approved by:	ed (co-mentor)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Uncovered via:	fromcvs vs. svn
Approved by:	ed (co-mentor)
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct one regression test (which was expected an incorrect answer), and</title>
<updated>2005-07-15T02:31:15+00:00</updated>
<author>
<name>Garance A Drosehn</name>
<email>gad@FreeBSD.org</email>
</author>
<published>2005-07-15T02:31:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e9651b673d93d0b76689af119d2d6cb23d35157b'/>
<id>e9651b673d93d0b76689af119d2d6cb23d35157b</id>
<content type='text'>
add a few more tests.  This matches bug fixes recently committed to 'env'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
add a few more tests.  This matches bug fixes recently committed to 'env'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade these regression tests to track recent changes to `env'.</title>
<updated>2005-06-21T21:43:38+00:00</updated>
<author>
<name>Garance A Drosehn</name>
<email>gad@FreeBSD.org</email>
</author>
<published>2005-06-21T21:43:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2c87a19e7af1d28deaeb25d27714ddc964e0330e'/>
<id>2c87a19e7af1d28deaeb25d27714ddc964e0330e</id>
<content type='text'>
Approved by:	re (blanket `env')
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Approved by:	re (blanket `env')
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a suite of regression tests for all the recent changes to `env',</title>
<updated>2005-06-20T04:17:12+00:00</updated>
<author>
<name>Garance A Drosehn</name>
<email>gad@FreeBSD.org</email>
</author>
<published>2005-06-20T04:17:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6cc00fe24ccad0f37165047874d9a6d444df36b1'/>
<id>6cc00fe24ccad0f37165047874d9a6d444df36b1</id>
<content type='text'>
using my own script to handle it.  I wrote my own partially because
of all the quoting-issues involved with testing what I wanted to test,
and partially because this lets me commit one script and one data file,
instead of one-file-per-regression-test.

This suite was good enough for my initial testing (and it did help me
find a few bugs that would have otherwise been missed).  I'm not sure
how well it will work in general use, but I figured I might as well
commit it.  It won't *hurt* to have it available.  At the worst, people
can just ignore it.

Approved by:	re (blanket `env')
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
using my own script to handle it.  I wrote my own partially because
of all the quoting-issues involved with testing what I wanted to test,
and partially because this lets me commit one script and one data file,
instead of one-file-per-regression-test.

This suite was good enough for my initial testing (and it did help me
find a few bugs that would have otherwise been missed).  I'm not sure
how well it will work in general use, but I figured I might as well
commit it.  It won't *hurt* to have it available.  At the worst, people
can just ignore it.

Approved by:	re (blanket `env')
</pre>
</div>
</content>
</entry>
</feed>
