summaryrefslogtreecommitdiff
path: root/tests/pull-test2.sh
Commit message (Collapse)AuthorAgeFilesLines
* Update FSF license notices to use URL instead of addressJoseph Marrero2021-12-071-3/+1
|
* tests: use option "--no-sign-verify" for adding remoteDenis Pynkin2020-03-251-2/+2
| | | | | | | Option "--no-sign-verify" disable the signature verification including GPG. So use it in tests instead of "--no-gpg-verification". Signed-off-by: Denis Pynkin <denis.pynkin@collabora.com>
* tests: Escape periods when appropriateMatthew Leeds2019-04-111-1/+1
| | | | | | | | Don't match any character in a regular expression when we only want to match a period. Closes: #1834 Approved by: rfairley
* tests: Update for glib 2.59.2Jeremy Bicha2019-02-111-1/+1
| | | | | | | | | | | glib 2.59.2 uses a non-breaking space instead of a space to separate the quantity and unit in g_format_size() so update our test to handle both a plain space and a non-breaking space. See https://gitlab.gnome.org/GNOME/glib/issues/1625 Closes: #1818 Approved by: cgwalters
* Add SPDX-License-Identifier to source filesMarcus Folkesson2018-01-301-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | SPDX License List is a list of (common) open source licenses that can be referred to by a “short identifier”. It has several advantages compared to the common "license header texts" usually found in source files. Some of the advantages: * It is precise; there is no ambiguity due to variations in license header text * It is language neutral * It is easy to machine process * It is concise * It is simple and can be used without much cost in interpreted environments like java Script, etc. * An SPDX license identifier is immutable. * It provides simple guidance for developers who want to make sure the license for their code is respected See http://spdx.org for further reading. Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com> Closes: #1439 Approved by: cgwalters
* tests: Add a "pull-test2" that uses slightly more realistic contentColin Walters2017-11-011-0/+61
This one actually exercises the delta paths more; I pulled the data from some local F26AH builds. One thing I noticed while doing that is that we try bsdiff on xz'd data, but that won't be useful. https://github.com/projectatomic/rpm-ostree/issues/470 https://bugzilla.redhat.com/show_bug.cgi?id=1367496 Anyways I verified this test fails without the fixup for `pread()` in https://github.com/ostreedev/ostree/pull/1312 Closes: #1314 Approved by: jlebon