Home | History | Annotate | only in /src/tests/bin/cat
History log of /src/tests/bin/cat
RevisionDateAuthorComments
 1.2 16-Jun-2016  sevan Add a unit test for PR bin/51250 called se_output. se_output checks the output of cat
when invoked with '-se', to ensure that a '$' is printed on blank lines.
 1.1 27-Mar-2012  jruoho branches: 1.1.2; 1.1.12;
Add regression tests for the 1990s bugs PR bin/3538 and PR bin/4841.
 1.1.12.1 05-Jul-2016  snj Pull up following revision(s) (requested by sevan in ticket #1182):
bin/cat/cat.c: revision 1.57
distrib/sets/lists/tests/mi: revision 1.675
tests/bin/cat/Makefile: revision 1.2
tests/bin/cat/d_se_output.in: revision 1.1
tests/bin/cat/d_se_output.out: revision 1.1
tests/bin/cat/t_cat.sh: revision 1.3
When invoked with -se, print a '$' on blank lines
Obtained from OpenBSD r1.13 of src/bin/cat/cat.c
Closes PR bin/51250
Reviewed by Christos@
--
Add a unit test for PR bin/51250 called se_output. se_output checks
the output of cat when invoked with '-se', to ensure that a '$' is
printed on blank lines.
--
Add input/output files for new test case - fix build
 1.1.2.2 17-Apr-2012  yamt sync with head
 1.1.2.1 27-Mar-2012  yamt file Makefile was added on branch yamt-pagecache on 2012-04-17 00:09:01 +0000
 1.2 26-Jun-2016  sevan PR bin/4841 was filed regarding the handling of blank lines when cat was invoked
with -be, the test case however did not utilise any blank lines, only testing
that the text was aligned.
 1.1 27-Mar-2012  jruoho branches: 1.1.2;
Add regression tests for the 1990s bugs PR bin/3538 and PR bin/4841.
 1.1.2.2 17-Apr-2012  yamt sync with head
 1.1.2.1 27-Mar-2012  yamt file d_align.in was added on branch yamt-pagecache on 2012-04-17 00:09:01 +0000
 1.2 26-Jun-2016  sevan PR bin/4841 was filed regarding the handling of blank lines when cat was invoked
with -be, the test case however did not utilise any blank lines, only testing
that the text was aligned.
 1.1 27-Mar-2012  jruoho branches: 1.1.2;
Add regression tests for the 1990s bugs PR bin/3538 and PR bin/4841.
 1.1.2.2 17-Apr-2012  yamt sync with head
 1.1.2.1 27-Mar-2012  yamt file d_align.out was added on branch yamt-pagecache on 2012-04-17 00:09:01 +0000
 1.1 16-Jun-2016  sevan branches: 1.1.2;
Add a unit test for PR bin/51250 called se_output. se_output checks the output of cat
when invoked with '-se', to ensure that a '$' is printed on blank lines.
 1.1.2.2 05-Jul-2016  snj Pull up following revision(s) (requested by sevan in ticket #1182):
bin/cat/cat.c: revision 1.57
distrib/sets/lists/tests/mi: revision 1.675
tests/bin/cat/Makefile: revision 1.2
tests/bin/cat/d_se_output.in: revision 1.1
tests/bin/cat/d_se_output.out: revision 1.1
tests/bin/cat/t_cat.sh: revision 1.3
When invoked with -se, print a '$' on blank lines
Obtained from OpenBSD r1.13 of src/bin/cat/cat.c
Closes PR bin/51250
Reviewed by Christos@
--
Add a unit test for PR bin/51250 called se_output. se_output checks
the output of cat when invoked with '-se', to ensure that a '$' is
printed on blank lines.
--
Add input/output files for new test case - fix build
 1.1.2.1 16-Jun-2016  snj file d_se_output.in was added on branch netbsd-7 on 2016-07-05 19:03:31 +0000
 1.1 16-Jun-2016  sevan branches: 1.1.2;
Add a unit test for PR bin/51250 called se_output. se_output checks the output of cat
when invoked with '-se', to ensure that a '$' is printed on blank lines.
 1.1.2.2 05-Jul-2016  snj Pull up following revision(s) (requested by sevan in ticket #1182):
bin/cat/cat.c: revision 1.57
distrib/sets/lists/tests/mi: revision 1.675
tests/bin/cat/Makefile: revision 1.2
tests/bin/cat/d_se_output.in: revision 1.1
tests/bin/cat/d_se_output.out: revision 1.1
tests/bin/cat/t_cat.sh: revision 1.3
When invoked with -se, print a '$' on blank lines
Obtained from OpenBSD r1.13 of src/bin/cat/cat.c
Closes PR bin/51250
Reviewed by Christos@
--
Add a unit test for PR bin/51250 called se_output. se_output checks
the output of cat when invoked with '-se', to ensure that a '$' is
printed on blank lines.
--
Add input/output files for new test case - fix build
 1.1.2.1 16-Jun-2016  snj file d_se_output.out was added on branch netbsd-7 on 2016-07-05 19:03:31 +0000
 1.4 26-Apr-2024  rillig tests/cat: clean up

Multiple arguments to atf_set are joined by spaces, there's no need for
an extra space.

The exit status on success must be 0, so don't ignore it.

Remove the unnecessary shell wrapper, as no redirection is going on.
 1.3 16-Jun-2016  sevan Add a unit test for PR bin/51250 called se_output. se_output checks the output of cat
when invoked with '-se', to ensure that a '$' is printed on blank lines.
 1.2 27-Mar-2012  jruoho branches: 1.2.2; 1.2.12;
Fix another type in the metadata.
 1.1 27-Mar-2012  jruoho Add regression tests for the 1990s bugs PR bin/3538 and PR bin/4841.
 1.2.12.1 05-Jul-2016  snj Pull up following revision(s) (requested by sevan in ticket #1182):
bin/cat/cat.c: revision 1.57
distrib/sets/lists/tests/mi: revision 1.675
tests/bin/cat/Makefile: revision 1.2
tests/bin/cat/d_se_output.in: revision 1.1
tests/bin/cat/d_se_output.out: revision 1.1
tests/bin/cat/t_cat.sh: revision 1.3
When invoked with -se, print a '$' on blank lines
Obtained from OpenBSD r1.13 of src/bin/cat/cat.c
Closes PR bin/51250
Reviewed by Christos@
--
Add a unit test for PR bin/51250 called se_output. se_output checks
the output of cat when invoked with '-se', to ensure that a '$' is
printed on blank lines.
--
Add input/output files for new test case - fix build
 1.2.2.2 17-Apr-2012  yamt sync with head
 1.2.2.1 27-Mar-2012  yamt file t_cat.sh was added on branch yamt-pagecache on 2012-04-17 00:09:01 +0000

RSS XML Feed