#!/usr/bin/env atf-sh . $(atf_get_srcdir)/test_env.sh init_tests \ setup_apkrepos_usage \ setup_apkrepos_https setup_apkrepos_usage_body() { test_usage setup-apkrepos } setup_apkrepos_https_body() { init_env export MIRRORS="https://a.example.com http://b.example.com" atf_check -s exit:0 \ -o match:"Updating repository indexes..." \ -o match:"apk update" \ -e empty \ setup-apkrepos https://example.com grep -q 'https://example.com' etc/apk/repositories || atf_fail "example.com was not added to /etc/apk/repositories" }