aboutsummaryrefslogtreecommitdiff
path: root/tests/pkg-update.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pkg-update.test')
-rw-r--r--tests/pkg-update.test8
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/pkg-update.test b/tests/pkg-update.test
index d2e28ef..965c0b0 100644
--- a/tests/pkg-update.test
+++ b/tests/pkg-update.test
@@ -9,7 +9,7 @@
# pkg-update
# |-- hello
# | |-- libhello-1.0.0.tar.gz
-# | `-- repositories
+# | `-- repositories.manifest
# `-- libhello-1.0.0
# |-- build
# | |-- bootstrap.build
@@ -42,8 +42,10 @@
# Create the signed 'hello' repository.
#
cp -r $src/hello $out/hello
- cat <<<$cert_manifest >+$out/hello/repositories
- $rep_create --key $key $out/hello &$out/hello/packages &$out/hello/signature
+ cat <<<$cert_manifest >+$out/hello/repositories.manifest
+
+ $rep_create --key $key $out/hello &$out/hello/packages.manifest \
+ &$out/hello/signature.manifest
end
pkg_configure += -d cfg "config.cxx=$config.cxx" 2>!