aboutsummaryrefslogtreecommitdiff
path: root/tests/pkg-drop.testscript
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-08-11 20:17:12 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-08-13 11:55:24 +0300
commitd1fa0047be1db658b165514dc429ce494517b39c (patch)
treebe114b36341ee49b3d835687291974a0ac3661ed /tests/pkg-drop.testscript
parentaac298fcef914b99cf28d9cf1f4f58cc6714fb92 (diff)
Add support for cfg-unlink
Diffstat (limited to 'tests/pkg-drop.testscript')
-rw-r--r--tests/pkg-drop.testscript36
1 files changed, 5 insertions, 31 deletions
diff --git a/tests/pkg-drop.testscript b/tests/pkg-drop.testscript
index 83fa13b..7a93c2d 100644
--- a/tests/pkg-drop.testscript
+++ b/tests/pkg-drop.testscript
@@ -3,39 +3,14 @@
.include common.testscript config.testscript remote.testscript
-# Source repository:
+# Source repository (see pkg-build for details):
#
# pkg-drop
# |-- t4a
-# | |-- libfoo-1.1.0.tar.gz
-# | `-- repositories.manifest
-# |
-# |-- t4b -> t4a (prerequisite repository)
-# | |-- libbar-1.1.0.tar.gz -> libfoo == 1.1.0
-# | `-- repositories.manifest
-# |
-# |-- t4c -> t4b (prerequisite repository)
-# | |-- libbaz-1.1.0.tar.gz -> libfoo, libbar
-# | |-- libfoo-1.0.0.tar.gz
-# | `-- repositories.manifest
-# |
-# |-- t4d -> t4c (complement)
-# | |-- libbiz-1.0.0.tar.gz -> libfox, libfoo, libbaz
-# | |-- libfox-1.0.0.tar.gz
-# | `-- repositories.manifest
-# |
-# |-- t7a
-# | |-- libbaz-1.0.0.tar.gz
-# | |-- libbuild2-bar-1.0.0.tar.gz
-# | |-- foo-1.0.0.tar.gz -> * libbuild2-bar ^1.0.0, libbaz ^1.0.0
-# | |-- libbar-1.0.0.tar.gz -> * foo ^1.0.0, libbaz ^1.0.0
-# | `-- repositories.manifest
-# |
-# `-- t7b -> t7a (complement repository)
-# |-- libbaz-1.1.0.tar.gz
-# |-- foo-1.1.0.tar.gz -> libbaz ^1.1.0
-# |-- libbar-1.1.0.tar.gz -> * foo ^1.1.0, libbaz ^1.0.0
-# `-- repositories.manifest
+# |-- t4b
+# |-- t4c
+# |-- t4d
+# `-- t7a
# Prepare repositories used by tests if running in the local mode.
#
@@ -47,7 +22,6 @@
cp -r $src/t4c $out/t4c && $rep_create $out/t4c &$out/t4c/packages.manifest
cp -r $src/t4d $out/t4d && $rep_create $out/t4d &$out/t4d/packages.manifest
cp -r $src/t7a $out/t7a && $rep_create $out/t7a &$out/t7a/packages.manifest
- cp -r $src/t7b $out/t7b && $rep_create $out/t7b &$out/t7b/packages.manifest
end
cfg_create += 2>!