From c1b4c7fb494a1492d015c3aa7d0b10074b897280 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 20 Jan 2009 00:57:57 +0100 Subject: [PATCH] tests: fix output string Signed-off-by: Karel Zak --- tests/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5