diff options
Diffstat (limited to 'source3/aparser/templates/harness.tpl')
-rw-r--r-- | source3/aparser/templates/harness.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/aparser/templates/harness.tpl b/source3/aparser/templates/harness.tpl index bd2355d2a2..0a10ccf49f 100644 --- a/source3/aparser/templates/harness.tpl +++ b/source3/aparser/templates/harness.tpl @@ -1,5 +1,5 @@ if (strcmp(test,"@TEST@")==0) { @TEST@ il; - ret = io_@TEST@("@TEST@", ps, 0, &il, PARSE_SCALARS|PARSE_BUFFERS); + ret = io_@TEST@("@TEST@", ps, 0, &il, flags); } |