Index: src/tests/pybin/tools.py
===================================================================
--- src/tests/pybin/tools.py	(revision 0a5b6838bf5408bf18fd1c057863392377980834)
+++ src/tests/pybin/tools.py	(revision 702848305dbc3c1874a6af23196a00b6cbda8a0c)
@@ -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)
