#!/usr/bin/env bash # Three assertions with an increasing signature counter, then a replay of a stale one. source "$(dirname "${BASH_SOURCE[0]}")/lib.sh" start_app "" > /dev/null { header "Signature counter: stored on every assertion, compared against on none" ceremony clone-counter } 2>&1 | tee "$OUTPUT_DIR/pk-counter.txt" stop_app