#!/bin/sh

set -eu

# shellcheck disable=SC2154
. "${debci_base_dir}/backends/incus-lxc/environment.sh"
# shellcheck disable=SC2154
test "$(incus image list -f csv,noheader -c l 2>/dev/null | grep -c "^${debci_incus_image}\$")" -gt 0
