aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-05-01 11:02:36 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-05-01 11:02:36 +0200
commit5fb0df6f63e02c141e8a0e5ad4543dea525df3fc (patch)
tree5063cce50ab142650ae8090f95bc5a4ed6f308bf /tests
parent7263a091971f42a611f5b03239135e8c3ef9bb47 (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')
-rw-r--r--tests/rep-create.test5
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
}
}