buku: fix test

Closes #36830.

Signed-off-by: Jan Viljanen <527069+javian@users.noreply.github.com>
This commit is contained in:
Jan Viljanen 2019-02-08 21:48:00 +01:00
parent ffb2feb21e
commit 2373f5df74

View file

@ -156,6 +156,6 @@ class Buku < Formula
# Test database content and search # Test database content and search
result = shell_output("#{bin}/buku --np --sany Homebrew") result = shell_output("#{bin}/buku --np --sany Homebrew")
assert_match "https://github.com/Homebrew/brew", result assert_match "https://github.com/Homebrew/brew", result
assert_match "The Homebrew package manager", result assert_match "The missing package manager for macOS", result
end end
end end