author | ThinkChaos
<ThinkChaos@users.noreply.github.com> 2025-08-11 22:48:39 UTC |
committer | Alberto Bertogli
<albertito@blitiri.com.ar> 2025-08-13 22:10:16 UTC |
parent | 6b66731850d11fef8798d96c14bf4956a60fbf0d |
internal/courier/mda_test.go | +1 | -1 |
diff --git a/internal/courier/mda_test.go b/internal/courier/mda_test.go index 16f290e..9ecc46f 100644 --- a/internal/courier/mda_test.go +++ b/internal/courier/mda_test.go @@ -31,7 +31,7 @@ func TestMDA(t *testing.T) { } func TestMDATimeout(t *testing.T) { - p := MDA{"/bin/sleep", []string{"1"}, 100 * time.Millisecond} + p := MDA{"sleep", []string{"1"}, 100 * time.Millisecond} err, permanent := p.Deliver("from", "to@local", []byte("data")) if err != errTimeout {