aboutsummaryrefslogtreecommitdiff
path: root/testsuite/bzcat.tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* testsuite/bzcat.tests: fix false positive take 2Denys Vlasenko2018-06-271-5/+6
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* testsuite/bzcat.tests: fix false positiveDenys Vlasenko2018-06-271-3/+7
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* testsuite: update busybox and bzcat testsRon Yorston2018-02-121-4/+6
| | | | | | | | | | | Test scripts that use CONFIG_* variables need to source .config. Since this wasn't being done for busybox many tests were skipped. As a result new failures due to changes in help output were missed. Also remove some unnecessary echos in the bzcat script. Signed-off-by: Ron Yorston <rmy@pobox.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* randconfig fixesDenys Vlasenko2015-10-121-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* randconfig fixesDenys Vlasenko2015-10-111-5/+11
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* bzcat.tests: Run both .gz and .bz2 tests, and add .Z testsThiago Jung Bauermann2015-05-111-24/+50
| | | | | Signed-off-by: Thiago Jung Bauermann <bauerman@linux.vnet.ibm.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* testsuite: merge bzcat2.tests into bzcat.testsDenys Vlasenko2011-10-311-0/+30
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* testsuite: fix the mishap in the previous commitDenys Vlasenko2011-10-311-27/+53
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* bzcat: fix unpacking of more than one file, and unpacking of zero-size bz2. ↵Denys Vlasenko2011-10-311-53/+27
| | | | | | Closes 4393 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* testsuite: show the number of failures after a test runDan Fandrich2010-08-291-0/+5
| | | | | Signed-off-by: Dan Fandrich <dan@coneharvesters.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* touch: implement -d --date (our own testsuite needs that)Denys Vlasenko2009-07-181-2/+2
| | | | | | | | | | | | | | | function old new delta static.uname_longopts - 137 +137 touch_main 231 360 +129 static.touch_longopts - 32 +32 validate_tm_time - 28 +28 packed_usage 26616 26624 +8 date_main 687 686 -1 static.longopts 162 - -162 ------------------------------------------------------------------------------ (add/remove: 3/1 grow/shrink: 2/1 up/down: 334/-163) Total: 171 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* testsuite: uniformly use $ECHO with -n -eDenis Vlasenko2008-07-111-6/+6
|
* bunzip2/gunzip/uncompress/unlzma: merge into common code -Denis Vlasenko2007-03-071-0/+49
fix few corner cases, reduce size by 450 bytes. Update testsuite.