From 17ac5e1d2132faf14f3cb23a3511ccb891046154 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Wed, 4 Oct 2006 02:04:53 +0200 Subject: [PATCH] Adjust the columns in test.sh. --- tests/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test.sh b/tests/test.sh index b03a657..19c6cf9 100755 --- a/tests/test.sh +++ b/tests/test.sh @@ -9,7 +9,7 @@ fi for L in $LANGUAGES; do for T in $TESTS; do - printf "%-30s" "Testing $L/$T..." + printf "%-35s" "Testing $L/$T..." TEMPFILE=$( tempfile ) if [ "$L" = "perl" ]; then -- 2.39.2