aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/dynamicRuleOutputs/before/flexoptionsreader.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/blackbox/testdata/dynamicRuleOutputs/before/flexoptionsreader.js')
-rw-r--r--tests/auto/blackbox/testdata/dynamicRuleOutputs/before/flexoptionsreader.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/blackbox/testdata/dynamicRuleOutputs/before/flexoptionsreader.js b/tests/auto/blackbox/testdata/dynamicRuleOutputs/before/flexoptionsreader.js
index 232e8338f..f7577c773 100644
--- a/tests/auto/blackbox/testdata/dynamicRuleOutputs/before/flexoptionsreader.js
+++ b/tests/auto/blackbox/testdata/dynamicRuleOutputs/before/flexoptionsreader.js
@@ -82,7 +82,7 @@ function readFlexOptions(filePath)
}
}
- var tf = new TextFile(input.fileName);
+ var tf = new TextFile(input.filePath);
var line;
var optrex = /^%option\s+(.*$)/;
var res;