From: Karel Zak Date: Mon, 19 Jan 2009 23:57:57 +0000 (+0100) Subject: tests: fix output string X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1b4c7fb494a1492d015c3aa7d0b10074b897280;p=util-linux tests: fix output string Signed-off-by: Karel Zak --- diff --git a/tests/functions.sh b/tests/functions.sh index 83af33cd..f0594435 100644 --- a/tests/functions.sh +++ b/tests/functions.sh @@ -109,7 +109,7 @@ function ts_init { rm -f $TS_OUTPUT touch $TS_OUTPUT - printf "%15s: %-25s ..." "$TS_COMPONENT" "$TS_DESC" + printf "%15s: %-30s ..." "$TS_COMPONENT" "$TS_DESC" if [ "$TS_VERBOSE" == "yes" ]; then echo