From 307b24c85172a40909d634e615a68c8c65770697 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 25 Jan 2010 02:00:16 +0100 Subject: testsuite-discovered fixes Signed-off-by: Denys Vlasenko --- testsuite/date/date-works-1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/date') 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"" -- cgit v1.2.3