Stripped carriage return and added eol-style native prop.
diff --git a/test/cleantests.py b/test/cleantests.py
index 5872a87..e5f99e6 100644
--- a/test/cleantests.py
+++ b/test/cleantests.py
@@ -1,10 +1,10 @@
-# removes all files created during testing

-import glob

-import os

-

-paths = []

-for pattern in [ '*.actual', '*.actual-rewrite', '*.rewrite', '*.process-output' ]:

-    paths += glob.glob( pattern )

-

-for path in paths:

-    os.unlink( path )

+# removes all files created during testing
+import glob
+import os
+
+paths = []
+for pattern in [ '*.actual', '*.actual-rewrite', '*.rewrite', '*.process-output' ]:
+    paths += glob.glob( pattern )
+
+for path in paths:
+    os.unlink( path )