aboutsummaryrefslogtreecommitdiff
path: root/tests/pkg-fetch.test
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-03-20 18:25:25 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-03-20 18:25:25 +0300
commitdb6dda6cc3a3856844d40946ffe4eed6d3096ef9 (patch)
tree0d8a22aaeadf03fa7a0c3785ca9b593cc6d684fe /tests/pkg-fetch.test
parent36ebc1cd634dbd8d114a8b3f11b6935ac268526f (diff)
Make use of --no-cleanup testscript builtin option
Diffstat (limited to 'tests/pkg-fetch.test')
-rw-r--r--tests/pkg-fetch.test2
1 files changed, 1 insertions, 1 deletions
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';