diff options
Diffstat (limited to 'tests/manifest/task.testscript')
-rw-r--r-- | tests/manifest/task.testscript | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/manifest/task.testscript b/tests/manifest/task.testscript index b9bc3e5..d901dc4 100644 --- a/tests/manifest/task.testscript +++ b/tests/manifest/task.testscript @@ -26,7 +26,8 @@ test.options += -t auxiliary-machine: x86_64-linux_debian_12-mysql* target: x86_64-microsoft-win32-msvc14.0 environment: lld - auxiliary-environment:\ + auxiliary-environment: + \ PGSQL_DATABASE_HOST=192.168.0.1 PGSQL_DATABASE_PORT=1245 \ @@ -416,9 +417,10 @@ test.options += -t { : bad-field : - $* <<EOI 2>'stdin:3:7: error: invalid task configuration: unterminated quoted string' == 1 + $* <<EOI 2>'stdin:4:7: error: invalid task configuration: unterminated quoted string' == 1 : 1 - target-config:\ + target-config: + \ 'abc=x \ EOI |