diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-11-24 14:47:12 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-11-24 14:47:12 +0300 |
commit | cf7196939af82155b329eddb7528cbbf9759b423 (patch) | |
tree | 2752e17887f5f1a6c4954e139be9649b9243fe37 /tests/worker | |
parent | 3a6947051d6fcaf2e1367a987808ae14e7f942b1 (diff) |
Remove redundant space before multi-line manifest value introducer in test manifests
Diffstat (limited to 'tests/worker')
-rw-r--r-- | tests/worker/build.testscript | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/worker/build.testscript b/tests/worker/build.testscript index e28c21c..d362663 100644 --- a/tests/worker/build.testscript +++ b/tests/worker/build.testscript @@ -45,13 +45,13 @@ cat manifest >>~"%EOO%" configure-status: success update-status: success test-status: success - configure-log: \\ + configure-log:\\ %.*%+ \\ - update-log: \\ + update-log:\\ %.*%+ \\ - test-log: \\ + test-log:\\ %.*%+ \\ EOO @@ -93,7 +93,7 @@ cat manifest >>~"%EOO%" version: 1.2.3 status: error configure-status: error - configure-log: \\ + configure-log:\\ %.*%+ \\ EOO @@ -127,10 +127,10 @@ cat manifest >>~"%EOO%" status: error configure-status: success update-status: error - configure-log: \\ + configure-log:\\ %.*%+ \\ - update-log: \\ + update-log:\\ %.*%+ \\ EOO |