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