summaryrefslogtreecommitdiff
path: root/tests/dumptest
diff options
context:
space:
mode:
authorDon Bright <hugh.m.bright@gmail.com>2013-09-21 05:12:42 (GMT)
committerDon Bright <hugh.m.bright@gmail.com>2013-09-21 05:12:42 (GMT)
commit47ed2f1b1262c0bda78153c9cebf576b571a7bb4 (patch)
treec52cf024811cad90cbf31dde086eda5f59d3a9e5 /tests/dumptest
parent5f36117b8ff7e14ae450e770cdaa67e60561672d (diff)
moving towards making tests work on bsd again
Diffstat (limited to 'tests/dumptest')
-rwxr-xr-xtests/dumptest12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/dumptest b/tests/dumptest
deleted file mode 100755
index f9247c7..0000000
--- a/tests/dumptest
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/env python
-
-import re, sys, subprocess
-
-subprocess.check_call([sys.argv[2], sys.argv[1], '-o', sys.argv[3]])
-
-result = open(sys.argv[3]).read()
-
-result = re.sub(r', timestamp = [0-9]*', '', result)
-result = re.sub(r'-?[0-9].[0-9]*e-[0-9]{2,}', '0', result)
-
-open(sys.argv[3], 'w').write(result)
contact: Jan Huwald // Impressum