testsuite-discovered fixes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2010-01-25 02:00:16 +01:00
parent 2315c8854c
commit 307b24c851
3 changed files with 8 additions and 6 deletions

View File

@@ -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""