diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2023-06-22 11:19:32 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2023-06-22 11:19:32 +0300 |
commit | c333e46e2668995864efb8ef2fd24d7a361a080a (patch) | |
tree | 5516c770696a98870dd350fcd6f8f5c8650e000d /tests/pkg-build.testscript | |
parent | ee055f813ce0fc32f0461d18a126564caec2603a (diff) |
Fix pkg-build test
Diffstat (limited to 'tests/pkg-build.testscript')
-rw-r--r-- | tests/pkg-build.testscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pkg-build.testscript b/tests/pkg-build.testscript index 7c3da32..d8d4ade 100644 --- a/tests/pkg-build.testscript +++ b/tests/pkg-build.testscript @@ -613,7 +613,7 @@ test.arguments += --sys-no-query : mask-repository-uuid-not-found : $clone_root_cfg; - $* --mask-repository-uuid "$cfg_uuid=https://example.com/1" libfoo 2>>/EOE != 0 + $* --mask-repository-uuid "$cfg_uuid=https://example.com/1" libfoo 2>>EOE != 0 error: configuration repository '00000000-0000-0000-0000-000000000001=https://example.com/1' cannot be masked: repository location 'https://example.com/1' not found in configuration 00000000-0000-0000-0000-000000000001 EOE |