From a867751c7ebe25759e80861481ac8c9838b09565 Mon Sep 17 00:00:00 2001 From: Tobias Arrskog Date: Thu, 5 May 2011 07:49:58 +0200 Subject: Removed jsoncpp --- lib/jsoncpp/test/cleantests.py | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 lib/jsoncpp/test/cleantests.py (limited to 'lib/jsoncpp/test/cleantests.py') diff --git a/lib/jsoncpp/test/cleantests.py b/lib/jsoncpp/test/cleantests.py deleted file mode 100644 index c38fd8ffdd..0000000000 --- a/lib/jsoncpp/test/cleantests.py +++ /dev/null @@ -1,10 +0,0 @@ -# removes all files created during testing -import glob -import os - -paths = [] -for pattern in [ '*.actual', '*.actual-rewrite', '*.rewrite', '*.process-output' ]: - paths += glob.glob( 'data/' + pattern ) - -for path in paths: - os.unlink( path ) -- cgit v1.2.3