#!/bin/sh

set -eu

test "$(sudo lxc-ls -1q | grep -c "^autopkgtest-${debci_suite:?}-${debci_arch:?}\$")" -gt 0
