stderr_like { `bin/anki_import` } qr/usage: anki_import FILE/, 'dies without 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 file'; #### # Failed test 'dies without file' # at t/02-cli.t line 22. # STDERR: # 'bin' is not recognized as an internal or external command, # operable program or batch file.