Index: tests/pybin/tools.py
===================================================================
--- tests/pybin/tools.py	(revision 5ea5b28f99a21543ee16545ccb212eddbb550eff)
+++ tests/pybin/tools.py	(revision e99e43f290a67032231db42a3e1c62f8c7ba7ca7)
@@ -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)
