summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2014-10-06 16:42:29 +0200
committerThomas Haller <thaller@redhat.com>2014-10-06 16:42:51 +0200
commit50bd216a508cd7c8af6683cd2ba3eb94d51b1b35 (patch)
tree11f7dc1a14459fe40f629ca0d25a5316bcd317f9
parent0fa6e75b1494226d2a72b90f63964637be9a4456 (diff)
downloadNetworkManager-50bd216a508cd7c8af6683cd2ba3eb94d51b1b35.tar.gz
test: fix check-local in Makefile to print newline after message
Signed-off-by: Thomas Haller <thaller@redhat.com>
-rw-r--r--src/tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/Makefile.am b/src/tests/Makefile.am
index 07bdee5bcc..65bc2199c6 100644
--- a/src/tests/Makefile.am
+++ b/src/tests/Makefile.am
@@ -107,7 +107,7 @@ check-local:
exit 1 ; \
fi \
done
- @echo -n "Testing device factory symbols... PASSED"
+ @echo "Testing device factory symbols... PASSED"
endif