From e6de9801b4b38c9b5d01016e43149f507a063f68 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 31 May 2019 20:01:32 +0300 Subject: Fix pkg-build test failing on Windows --- tests/pkg-system.testscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 -- cgit v1.1