mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-09 23:42:55 +01:00
GH tests failed due to /usr/bin/true... probably /bin/echo will behave better
This commit is contained in:
parent
0e00b165f9
commit
d653cdc782
1 changed files with 1 additions and 1 deletions
|
@ -1149,7 +1149,7 @@ func TestMsg_WriteToSendmailWithCommand(t *testing.T) {
|
||||||
{"Sendmail path: /dev/null", "/dev/null", true},
|
{"Sendmail path: /dev/null", "/dev/null", true},
|
||||||
{"Sendmail path: /bin/cat", "/bin/cat", true},
|
{"Sendmail path: /bin/cat", "/bin/cat", true},
|
||||||
{"Sendmail path: /is/invalid", "/is/invalid", true},
|
{"Sendmail path: /is/invalid", "/is/invalid", true},
|
||||||
{"Sendmail path: /usr/bin/true", "/usr/bin/true", false},
|
{"Sendmail path: /bin/echo", "/bin/echo", false},
|
||||||
}
|
}
|
||||||
m := NewMsg()
|
m := NewMsg()
|
||||||
for _, tt := range tests {
|
for _, tt := range tests {
|
||||||
|
|
Loading…
Reference in a new issue