#!/bin/sh set -e cd "$(dirname "$0")" . ../util.sh current_test=$(basename "$(pwd)") export LOCAL_DIR="$(mktemp -d)" docker compose up -d --quiet-pull sleep 5 docker compose exec backup backup expect_running_containers "2" TMP_DIR=$(mktemp -d) # complex usage of expect(1) due to age not have a way to programmatically # provide the passphrase expect -i <