summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/libptxdisttest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libptxdisttest.sh b/tests/libptxdisttest.sh
index 9488e1afe..c14d6a756 100644
--- a/tests/libptxdisttest.sh
+++ b/tests/libptxdisttest.sh
@@ -129,7 +129,7 @@ test_end() {
}
checking() {
- printf "%-71s\n" "checking $1" >&2
+ printf "%-71s" "checking $1" >&2
reportwrite checking "$1"
}