Moved jsontestrunner data from test/ to test/data.
diff --git a/test/cleantests.py b/test/cleantests.py
index e5f99e6..c38fd8f 100644
--- a/test/cleantests.py
+++ b/test/cleantests.py
@@ -4,7 +4,7 @@
 
 paths = []
 for pattern in [ '*.actual', '*.actual-rewrite', '*.rewrite', '*.process-output' ]:
-    paths += glob.glob( pattern )
+    paths += glob.glob( 'data/' + pattern )
 
 for path in paths:
     os.unlink( path )