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-307b24c85172a40909d634e615a68c8c65770697.tar.gz |
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 # This should error out (by showing usage text). Testing for that dt=`busybox date -d 012311332000.30 %+c 2>&1 | head -n 1` -test x"${dt#BusyBox * multi-call binary}" = x +test x"${dt##BusyBox * multi-call binary*}" = x"" |