Tomb/extras/test/70_qrencode.sh
2017-05-01 21:21:25 +01:00

15 lines
279 B
Bash

#!/usr/bin/env zsh
export test_description="Testing rendering QR Code key"
source ./setup
if test_have_prereq QRENCODE; then
test_export "test"
test_expect_success 'Testing rendering a QR printable key backup' '
tt engrave -k $tomb_key
'
fi
test_done