Index: src/tests/pybin/tools.py
===================================================================
--- src/tests/pybin/tools.py	(revision e1780a25bb3bcc2a648b6f83ef973a84ff0e7ca4)
+++ src/tests/pybin/tools.py	(revision 33c4b8189e2a8a06bdfa296cbfb34933f985f048)
@@ -85,7 +85,7 @@
 				"--unchanged-group-format='%%=' \\"
 				"--changed-group-format='\t\texpected :\n"
-				"%%<\n"
+				"%%<"
 				"\t\tgot :\n"
-				"%%>' \\\n"
+				"%%>\n' \\\n"
 				"--new-line-format='\t\t%%dn\t%%L' \\\n"
 				"--old-line-format='\t\t%%dn\t%%L' \\\n"
@@ -94,3 +94,3 @@
 
 	# fetch return code and error from the diff command
-	return sh(diff_cmd % (lhs, rhs), dry_run, False)	
+	return sh(diff_cmd % (lhs, rhs), dry_run, False)
