diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-07-18 03:41:29 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-07-18 03:41:29 +0200 |
commit | 7aca89a7a32a1e560c447952c28a8b1e7fb775fc (patch) | |
tree | b988939ee5fc2cf2235847d5f04ba5887b185e05 /testsuite/bunzip2.tests | |
parent | 73b71f381d24218cf6368364be723a7b5c9aeda9 (diff) | |
download | busybox-w32-7aca89a7a32a1e560c447952c28a8b1e7fb775fc.tar.gz busybox-w32-7aca89a7a32a1e560c447952c28a8b1e7fb775fc.tar.bz2 busybox-w32-7aca89a7a32a1e560c447952c28a8b1e7fb775fc.zip |
touch: implement -d --date (our own testsuite needs that)
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>
Diffstat (limited to 'testsuite/bunzip2.tests')
-rwxr-xr-x | testsuite/bunzip2.tests | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/bunzip2.tests b/testsuite/bunzip2.tests index a7555aca9..7875cd1ae 100755 --- a/testsuite/bunzip2.tests +++ b/testsuite/bunzip2.tests | |||
@@ -517,8 +517,8 @@ if test "${0##*/}" = "bunzip2.tests"; then | |||
517 | if test1_bz2 | ${bb}bunzip2 >/dev/null \ | 517 | if test1_bz2 | ${bb}bunzip2 >/dev/null \ |
518 | && test "`test1_bz2 | ${bb}bunzip2 | md5sum`" = "61bbeee4be9c6f110a71447f584fda7b -" | 518 | && test "`test1_bz2 | ${bb}bunzip2 | md5sum`" = "61bbeee4be9c6f110a71447f584fda7b -" |
519 | then | 519 | then |
520 | echo "$unpack: test bz2 file: PASS" | 520 | echo "PASS: $unpack: test bz2 file" |
521 | else | 521 | else |
522 | echo "$unpack: test bz2 file: FAIL" | 522 | echo "FAIL: $unpack: test bz2 file" |
523 | fi | 523 | fi |
524 | fi | 524 | fi |