summaryrefslogtreecommitdiff
path: root/tests/test-summary-update.sh
diff options
context:
space:
mode:
authorMatthew Leeds <matthew.leeds@endlessm.com>2019-01-22 16:50:32 -0800
committerAtomic Bot <atomic-devel@projectatomic.io>2019-02-11 00:14:45 +0000
commitf7a0ec9bf7808b1ca67ad386b24d8d58c424eb99 (patch)
tree56364bc3deab5089d720766b2a5d1c7977f4de2a /tests/test-summary-update.sh
parent27d354da860c268c67e1fc62c4c3a3fb2efa85cc (diff)
downloadostree-f7a0ec9bf7808b1ca67ad386b24d8d58c424eb99.tar.gz
tests: Don't skip collection-based summary test
OSTree's P2P support used to be a compile time option but is now always enabled. One of the tests was still checking for the old feature flag, "experimental", which has been renamed to "p2p" and skipping for that reason. Delete the check so the test always runs. Closes: #1804 Approved by: pwithnall
Diffstat (limited to 'tests/test-summary-update.sh')
-rwxr-xr-xtests/test-summary-update.sh7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/test-summary-update.sh b/tests/test-summary-update.sh
index faa54e38..6fb5a4be 100755
--- a/tests/test-summary-update.sh
+++ b/tests/test-summary-update.sh
@@ -58,12 +58,7 @@ assert_file_has_content summary "^map: {}$"
echo "ok 1 update summary"
-# Test again, but with collections enabled in the repository (if supported).
-if ! ostree --version | grep -q -e '- experimental'; then
- echo "ok 2 # skip No experimental API is compiled in"
- exit 0
-fi
-
+# Test again, but with collections enabled in the repository.
cd ${test_tmpdir}
rm -rf repo
ostree_repo_init repo --collection-id org.example.Collection1