From 5fb0df6f63e02c141e8a0e5ad4543dea525df3fc Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 1 May 2017 11:02:36 +0200 Subject: Reimplement tar invocations to do manual decompression This is needed to prevent tar from forking, which doesn't work reliably on MSYS2. --- tests/rep-create.test | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/rep-create.test b/tests/rep-create.test index acc6957..01ab7f8 100644 --- a/tests/rep-create.test +++ b/tests/rep-create.test @@ -176,9 +176,8 @@ $clone_rep; touch stable/foo; - $* stable/ 2>>/~%EOE% != 0 - %.+ - error: stable/foo does not appear to be a bpkg package + $* stable/ 2>>/EOE != 0 + error: unknown compression method in stable/foo EOE } } -- cgit v1.1