exif-read-tool/main_test.go: Bugfix for missing error check

for/master
Dustin Oprea 2020-01-25 23:30:30 -05:00
parent 0bbb7a3584
commit bc34ca087b
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ func TestMain(t *testing.T) {
cmd.Stderr = b
err := cmd.Run()
log.PanicIf(err)
actual := b.String()
if err != nil {