#!/bin/sh
set -e
exec 							\
$DGIT_TEST_REAL_GPG_AGENT				\
	--debug-quick-random				\
	"$@"
