diff options
Diffstat (limited to 'tests/defaults/main_test.go')
-rw-r--r-- | tests/defaults/main_test.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/defaults/main_test.go b/tests/defaults/main_test.go index 2513860..ddaca68 100644 --- a/tests/defaults/main_test.go +++ b/tests/defaults/main_test.go @@ -363,6 +363,9 @@ func TestMd5sumMaintainers(t *testing.T) { cmd := exec.Command("md5sum", fn, fn, fn, fn) out2, err := cmd.CombinedOutput() + if err != nil { + t.Fatal(err) + } out := string(out2) // 195191 zero bytes have this md5sum |