diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-01-16 12:21:37 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-01-16 12:21:37 +0200 |
commit | 25616b791461608b082291dda431d8247fe8fb21 (patch) | |
tree | af54231bc50a628aa3aefb33f8c9b8cd3bf30f38 /tests/rep-create.test | |
parent | ce76d4774a9e9d6b6c57d2c21f45f289eedccd56 (diff) |
Factor out bpkg repository fetching code used in rep-fetch and rep-info
Note that now rep-info in the manifest mode does not dump any of the
repository type-specific information.
Diffstat (limited to 'tests/rep-create.test')
-rw-r--r-- | tests/rep-create.test | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/rep-create.test b/tests/rep-create.test index 01ab7f8..b64c518 100644 --- a/tests/rep-create.test +++ b/tests/rep-create.test @@ -34,8 +34,6 @@ $rep_info -p -m 1/stable/ >>EOO : 1 - sha256sum: 6cac7ffa1f02f90776fc89bcacf38604ba0eddf176f2314c75dc9bf1b10a8b32 - : name: foo version: 1 summary: The "Foo" utility @@ -62,8 +60,6 @@ $rep_info -p -m 1/stable/ >>EOO : 1 - sha256sum: 6cac7ffa1f02f90776fc89bcacf38604ba0eddf176f2314c75dc9bf1b10a8b32 - : name: foo version: 1 summary: The "Foo" utility @@ -106,8 +102,6 @@ $rep_info --cert-fingerprint -p -m 1/stable/ >>~"%EOO%" $cert_fp : 1 - %sha256sum: .+% - : name: foo version: 1 summary: The "Foo" utility |