aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-05-31 20:01:32 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-05-31 20:01:32 +0300
commite6de9801b4b38c9b5d01016e43149f507a063f68 (patch)
tree3e7d152cfdfe50823e160685bd2a6c52282d2671 /tests
parent0f211c23677faffc005c5ead5ea5a509cc8390aa (diff)
Fix pkg-build test failing on Windows
Diffstat (limited to 'tests')
-rw-r--r--tests/pkg-system.testscript2
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