diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-05-01 11:02:36 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-05-01 11:02:36 +0200 |
commit | 5fb0df6f63e02c141e8a0e5ad4543dea525df3fc (patch) | |
tree | 5063cce50ab142650ae8090f95bc5a4ed6f308bf /tests/rep-create.test | |
parent | 7263a091971f42a611f5b03239135e8c3ef9bb47 (diff) |
Reimplement tar invocations to do manual decompression
This is needed to prevent tar from forking, which doesn't work reliably
on MSYS2.
Diffstat (limited to 'tests/rep-create.test')
-rw-r--r-- | tests/rep-create.test | 5 |
1 files changed, 2 insertions, 3 deletions
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 } } |