summaryrefslogtreecommitdiff
path: root/scripts/TestUtil.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-xscripts/TestUtil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py
index e2fd5375960..ff23eaec319 100755
--- a/scripts/TestUtil.py
+++ b/scripts/TestUtil.py
@@ -1851,7 +1851,7 @@ def simpleTest(exe = None, options = "", interpreterOptions = ""):
if appverifier:
appVerifierAfterTestEnd([exe])
-def createConfig(path, lines, enc=None):
+def createFile(path, lines, enc=None):
if sys.version_info[0] > 2 and enc:
config = open(path, "w", encoding=enc)
else: