diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-25 02:00:16 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-25 02:00:16 +0100 |
commit | 307b24c85172a40909d634e615a68c8c65770697 (patch) | |
tree | 04e23e5c5d09233ad4b58adde7a1d88a6884c294 /testsuite/date | |
parent | 2315c8854c2be911283c5b4b7eb3f37332758abb (diff) | |
download | busybox-w32-307b24c85172a40909d634e615a68c8c65770697.tar.gz busybox-w32-307b24c85172a40909d634e615a68c8c65770697.tar.bz2 busybox-w32-307b24c85172a40909d634e615a68c8c65770697.zip |
testsuite-discovered fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/date')
-rw-r--r-- | testsuite/date/date-works-1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/date/date-works-1 b/testsuite/date/date-works-1 index bd984c0be..1b3e47ab0 100644 --- a/testsuite/date/date-works-1 +++ b/testsuite/date/date-works-1 | |||
@@ -126,4 +126,4 @@ test x"$res" = xOK | |||
126 | 126 | ||
127 | # This should error out (by showing usage text). Testing for that | 127 | # This should error out (by showing usage text). Testing for that |
128 | dt=`busybox date -d 012311332000.30 %+c 2>&1 | head -n 1` | 128 | dt=`busybox date -d 012311332000.30 %+c 2>&1 | head -n 1` |
129 | test x"${dt#BusyBox * multi-call binary}" = x | 129 | test x"${dt##BusyBox * multi-call binary*}" = x"" |