diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-05-31 20:01:32 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-05-31 20:01:32 +0300 |
commit | e6de9801b4b38c9b5d01016e43149f507a063f68 (patch) | |
tree | 3e7d152cfdfe50823e160685bd2a6c52282d2671 /tests/pkg-system.testscript | |
parent | 0f211c23677faffc005c5ead5ea5a509cc8390aa (diff) |
Fix pkg-build test failing on Windows
Diffstat (limited to 'tests/pkg-system.testscript')
-rw-r--r-- | tests/pkg-system.testscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pkg-system.testscript b/tests/pkg-system.testscript index 3e2cf01..8a6bf4b 100644 --- a/tests/pkg-system.testscript +++ b/tests/pkg-system.testscript @@ -53,7 +53,7 @@ rep_remove += -d cfg 2>! { $clone_cfg; - $pkg_build 'sys:libbar' 2>>EOE != 0; + $pkg_build 'sys:libbar' 2>>/EOE != 0; error: unknown package libbar info: configuration cfg/ has no repositories info: use 'bpkg rep-add' to add a repository |