summaryrefslogtreecommitdiff
path: root/tests/libtest.sh
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2021-04-07 17:10:44 +0000
committerColin Walters <walters@verbum.org>2021-04-07 19:19:05 +0000
commita90d59cf2dd8d158c71fd0f14b9d249ac703895a (patch)
tree18c14080cf98798c9495afb067578615985692ee /tests/libtest.sh
parentb5c21defe9a66d601941a2408fd1aca310588108 (diff)
downloadostree-a90d59cf2dd8d158c71fd0f14b9d249ac703895a.tar.gz
build-sys: Remove --enable-experimental-api
It was added for the collections bits, but we made that stable. It's now just cruft and we're very unlikely to reuse the infrastructure again. Motivated by a unit test failure when running from a tarball: https://github.com/ostreedev/ostree/issues/2313
Diffstat (limited to 'tests/libtest.sh')
-rwxr-xr-xtests/libtest.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/libtest.sh b/tests/libtest.sh
index ffb05c7b..eda3b921 100755
--- a/tests/libtest.sh
+++ b/tests/libtest.sh
@@ -637,12 +637,6 @@ skip_without_fuse () {
[ -e /etc/mtab ] || skip "no /etc/mtab"
}
-skip_without_experimental () {
- if ! ostree --version | grep -q -e '- experimental'; then
- skip "No experimental API is compiled in"
- fi
-}
-
has_gpgme () {
local ret
${CMD_PREFIX} ostree --version > version.txt