summaryrefslogtreecommitdiffstats
path: root/tests/functions.sh
diff options
context:
space:
mode:
authorKarel Zak2009-01-20 00:57:57 +0100
committerKarel Zak2009-02-11 23:32:58 +0100
commitc1b4c7fb494a1492d015c3aa7d0b10074b897280 (patch)
tree73d4f494a6c08e4b2ba6fcb2baac3b37dbcb09b8 /tests/functions.sh
parenttests: cleanup ts/mount (diff)
downloadkernel-qcow2-util-linux-c1b4c7fb494a1492d015c3aa7d0b10074b897280.tar.gz
kernel-qcow2-util-linux-c1b4c7fb494a1492d015c3aa7d0b10074b897280.tar.xz
kernel-qcow2-util-linux-c1b4c7fb494a1492d015c3aa7d0b10074b897280.zip
tests: fix output string
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/functions.sh')
-rw-r--r--tests/functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functions.sh b/tests/functions.sh
index 83af33cd1..f05944350 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