Skip to content

Commit

Permalink
nmail 5.1.16
Browse files Browse the repository at this point in the history
nmail: update test

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
BrewTestBot authored and chenrui333 committed Sep 28, 2024
1 parent da5c1d8 commit 2b6a37b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/n/nmail.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Nmail < Formula
desc "Terminal-based email client for Linux and macOS"
homepage "https://github.com/d99kris/nmail"
url "https://github.com/d99kris/nmail/archive/refs/tags/v4.67.tar.gz"
sha256 "e081a0b1da4be25dc0e09a676c472f84d57639be5bd88b7aac6af60f0ea49f12"
url "https://github.com/d99kris/nmail/archive/refs/tags/v5.1.16.tar.gz"
sha256 "d0c9063521264acc73f70ef66cbc8830015df60395ca463d35518313ad7e8c61"
license "MIT"
head "https://github.com/d99kris/nmail.git", branch: "master"

Expand Down Expand Up @@ -45,7 +45,7 @@ def install
test do
(testpath/".nmail/main.conf").write "user = test"
output = shell_output("#{bin}/nmail --confdir #{testpath}/.nmail 2>&1", 1)
assert_match "error: user not specified in config file", output
assert_match "error: imaphost not specified in config file", output

assert_match version.to_s, shell_output("#{bin}/nmail --version")
end
Expand Down

0 comments on commit 2b6a37b

Please sign in to comment.