Home | History | Annotate | Download | only in printf
History log of /src/tests/usr.bin/printf/t_builtin.sh
RevisionDateAuthorComments
 1.5  21-Jul-2019  kre Correct a typo. It is atf_require_prog not atf_require_pfog ...
 1.4  14-Sep-2018  kre branches: 1.4.2;

When the shell being tested for builtin printf supports "type -t"
use it to test if printf is built in, it is must more reliable that
guessing at the output format and message of "type" (without -t).
 1.3  10-Sep-2018  kre Add a test where printf is run twice in the same shell, and the
first invocation uses \c in a %b arg - make sure that 2nd invocation
is not affected by that (it was until recently, for a very long time).
 1.2  08-Sep-2018  kre Make sure we're in the standard locale when testing for printf
being built in to the shell, so we don't receive an unrecognisable
(to the script) message from the shell when we ask it.
 1.1  05-Sep-2018  kre branches: 1.1.2;
Add ATF tests for printf(1)

Two new test programs, one for the version of printf in /bin/sh
and one for the command /usr/bin/printf (t_builtin and t_command)

Each test program has 28 test cases (the same in each) of which
currently 27 pass, and 1 is skipped.

See the test scripts themselves for more information.
 1.1.2.3  30-Sep-2018  pgoyette Ssync with HEAD
 1.1.2.2  06-Sep-2018  pgoyette Sync with HEAD

Resolve a couple of conflicts (result of the uimin/uimax changes)
 1.1.2.1  05-Sep-2018  pgoyette file t_builtin.sh was added on branch pgoyette-compat on 2018-09-06 06:56:49 +0000
 1.4.2.3  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.4.2.2  10-Jun-2019  christos Sync with HEAD
 1.4.2.1  14-Sep-2018  christos file t_builtin.sh was added on branch phil-wifi on 2019-06-10 22:10:12 +0000

RSS XML Feed