summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMichael Grzeschik <m.grzeschik@pengutronix.de>2011-07-25 12:23:51 +0200
committerMichael Grzeschik <m.grzeschik@pengutronix.de>2011-07-25 12:23:51 +0200
commit439ce637532b3708879b08c1695d997c2f3542fc (patch)
tree71e55b1578d965a664c2f7eb8917f33b3b2152a8 /tests
parent78737d87511eddb401b196ec871b31f989c32461 (diff)
downloadptxdist-439ce637532b3708879b08c1695d997c2f3542fc.tar.gz
ptxdist-439ce637532b3708879b08c1695d997c2f3542fc.tar.xz
tests/libptxdisttest.sh: remove \n in checking
the commit c38c301558a6ccd28d8d4ebb69ec77109dc10194 included one unrelated hunk, which we fix here.
Diffstat (limited to 'tests')
-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"
}