More tests

This commit is contained in:
Kovid Goyal
2023-07-20 21:24:24 +05:30
parent 39f7f2d7b4
commit 350af446d3
3 changed files with 32 additions and 10 deletions

View File

@@ -1251,7 +1251,9 @@ func send_loop(opts *Options, files []*File) (err error, rc int) {
}
rc = 1
}
if lp.ExitCode() != 0 {
rc = lp.ExitCode()
}
return
}