Index: tests/pybin/tools.py
===================================================================
--- tests/pybin/tools.py	(revision 5ea5b28f99a21543ee16545ccb212eddbb550eff)
+++ tests/pybin/tools.py	(revision 274da9828f936ece12ef62beeb31fbd780c2fae2)
@@ -247,7 +247,6 @@
 	if column:
 		cmd = "%s 2> /dev/null" % column
-		print(cmd)
 		proc = Popen(cmd, stdin=PIPE, stderr=None, shell=True)
-		proc.communicate(input=text)
+		proc.communicate(input=text + "\n")
 	else:
 		print(text)
