Index: src/tests/pybin/tools.py
===================================================================
--- src/tests/pybin/tools.py	(revision c07d7244c852beffdb4d4bf72171c90c9b7824e9)
+++ src/tests/pybin/tools.py	(revision 67a67af759e4d8ac479e64f6e4389a349145bae8)
@@ -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)
