or download this
stderr_like { `bin/anki_import` } qr/usage: anki_import FILE/, 'dies w
+ithout file';
stderr_like { `bin/anki_import blasdfah` } qr/[FATAL].*does not exist/
+, 'dies with bad file';
lives_ok { `bin/anki_import t/data/source.anki` } 'can process good fi
+le';