aboutsummaryrefslogtreecommitdiff
path: root/tests/pkg-unpack.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pkg-unpack.test')
-rw-r--r--tests/pkg-unpack.test7
1 files changed, 1 insertions, 6 deletions
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';