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 0a10ccf49f..27c33c0adc 100644 --- a/source3/aparser/templates/harness.tpl +++ b/source3/aparser/templates/harness.tpl @@ -2,4 +2,4 @@ if (strcmp(test,"@TEST@")==0) { @TEST@ il; ret = io_@TEST@("@TEST@", ps, 0, &il, flags); - } + } else |