From db6dda6cc3a3856844d40946ffe4eed6d3096ef9 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 20 Mar 2017 18:25:25 +0300 Subject: Make use of --no-cleanup testscript builtin option --- tests/pkg-fetch.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/pkg-fetch.test') diff --git a/tests/pkg-fetch.test b/tests/pkg-fetch.test index 85afedb..3d5b40b 100644 --- a/tests/pkg-fetch.test +++ b/tests/pkg-fetch.test @@ -175,7 +175,7 @@ $* libfoo/1.0.0 2>>/EOE != 0 : { $clone_cfg; - cp $src/t1/libfoo-1.0.0.tar.gz ./ &!libfoo-1.0.0.tar.gz; + cp --no-cleanup $src/t1/libfoo-1.0.0.tar.gz ./; $* -p -e libfoo-1.0.0.tar.gz 2>'fetched libfoo/1.0.0'; -- cgit v1.1