diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-11-24 16:25:25 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-11-24 16:25:25 +0300 |
commit | 6e05e4079170efb84db25db6ca8f25886ab379d4 (patch) | |
tree | 39dcbb83042ff9c9a5d1a1125d6a49da9c4a8a52 /tests/auth.testscript | |
parent | d8a054e8ce3b7d003cdb5f3062ffa04eb76ac3d7 (diff) |
Remove redundant space before multi-line manifest value introducer in test manifests
Diffstat (limited to 'tests/auth.testscript')
-rw-r--r-- | tests/auth.testscript | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auth.testscript b/tests/auth.testscript index 5dd8769..4e7b0c9 100644 --- a/tests/auth.testscript +++ b/tests/auth.testscript @@ -17,6 +17,6 @@ cert = $src_base/auth/default-cert.pem # file to sign the repository. # cert_manifest = $~/cert-manifest -+echo 'certificate: \' >=$cert_manifest -+cat <<<$cert >+$cert_manifest -+echo '\' >+$cert_manifest ++echo 'certificate:\' >=$cert_manifest ++cat <<<$cert >+$cert_manifest ++echo '\' >+$cert_manifest |