summaryrefslogtreecommitdiffstats
path: root/test/exitfns.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2001-09-29 03:22:21 (GMT)
committerSteven Knight <knight@baldmt.com>2001-09-29 03:22:21 (GMT)
commit39bc5ccf18d346c14ade0cce6e6f46e53b88fd97 (patch)
treeecaa1c4b2a002298458f72d48e131d5534079c30 /test/exitfns.py
parent8a28cfb1801cbada701e471b7ca9ea78db137221 (diff)
downloadSCons-39bc5ccf18d346c14ade0cce6e6f46e53b88fd97.zip
SCons-39bc5ccf18d346c14ade0cce6e6f46e53b88fd97.tar.gz
SCons-39bc5ccf18d346c14ade0cce6e6f46e53b88fd97.tar.bz2
Make match_exact the default match function for TestSCons.
Diffstat (limited to 'test/exitfns.py')
-rw-r--r--test/exitfns.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/exitfns.py b/test/exitfns.py
index 49afa93..cc478c8 100644
--- a/test/exitfns.py
+++ b/test/exitfns.py
@@ -2,10 +2,9 @@
__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
-import TestCmd
import TestSCons
-test = TestSCons.TestSCons(match = TestCmd.match_exact)
+test = TestSCons.TestSCons()
sconstruct = """
from SCons.exitfuncs import *