openbsd-ports/textproc/markdown/patches/patch-test-markdown_py
2007-12-06 15:45:16 +00:00

13 lines
414 B
Plaintext

$OpenBSD: patch-test-markdown_py,v 1.1 2007/12/06 15:45:16 okan Exp $
--- test-markdown.py.orig Sat Aug 18 16:24:21 2007
+++ test-markdown.py Wed Dec 5 11:06:53 2007
@@ -5,7 +5,7 @@ import textwrap
markdown = None
TEST_DIR = "tests"
-TMP_DIR = "/tmp/"
+TMP_DIR = os.environ['TMP_DIR']
REPEATE = 100 # number of runs per test (larger -> more accurate timing)
WRITE_BENCHMARK = True
WRITE_BENCHMARK = False