#!/bin/bash # test/next-task.test.sh set -euo pipefail # Create a temporary database TEST_DB=$(mktemp) sqlite3 "$TEST_DB" <