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-unpack.test | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'tests/pkg-unpack.test') diff --git a/tests/pkg-unpack.test b/tests/pkg-unpack.test index 337c939..83fa9a6 100644 --- a/tests/pkg-unpack.test +++ b/tests/pkg-unpack.test @@ -173,12 +173,7 @@ $* 2>>EOE != 0 : { $clone_cfg; - - # @@ Use --no-cleanup for cp builtin when implemented. - # - d = &!libfoo-1.1.0/; - c = $d/ $d/build/ $d/build/bootstrap.build $d/buildfile $d/manifest; - cp -r $src/libfoo-1.1.0 ./ $c; + cp --no-cleanup -r $src/libfoo-1.1.0 ./; $* -p -e libfoo-1.1.0 2>'unpacked libfoo/1.1.0'; -- cgit v1.1