URI: 
       t70_qrencode.sh - tomb - the crypto undertaker
  HTML git clone git://parazyd.org/tomb.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       t70_qrencode.sh (279B)
       ---
            1 #!/usr/bin/env zsh
            2 
            3 export test_description="Testing rendering QR Code key"
            4 
            5 source ./setup
            6 
            7 if test_have_prereq QRENCODE; then
            8     test_export "test"
            9     test_expect_success 'Testing rendering a QR printable key backup' '
           10         tt engrave -k $tomb_key
           11         '
           12 fi
           13 
           14 test_done