diff options
-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 |