diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-01-17 22:12:29 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-01-17 22:12:29 +0300 |
commit | d19e8502520ea589a53b1f173091f869338be37d (patch) | |
tree | dd918dc0bf7195f3c76cda60b60f4f410f621fc4 | |
parent | 8a78fc1c0420824e59b00c6b9bf6ade9cd7d3d5b (diff) |
Fix bpkg test failure on Windows
-rw-r--r-- | tests/pkg-build.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/pkg-build.test b/tests/pkg-build.test index 005aea0..3f89b40 100644 --- a/tests/pkg-build.test +++ b/tests/pkg-build.test @@ -1055,14 +1055,14 @@ rep_fetch += -d cfg --auth all --trust-yes 2>! unpacked libbar/1.1.0 configured libfoo/1.1.0 configured libbar/1.1.0 - info: cfg/dir{libbar-1.1.0/} is up to date + %info: .+dir\{libbar-1.1.0.\} is up to date% updated libbar/1.1.0 EOE - $* ./libbaz/ 2>>EOE; + $* ./libbaz/ 2>>~%EOE%; unpacked libbaz/1.1.0 configured libbaz/1.1.0 - info: cfg/dir{libbaz-1.1.0/} is up to date + %info: .+dir\{libbaz-1.1.0.\} is up to date% updated libbaz/1.1.0 EOE |