buku: fix test
Closes #36830. Signed-off-by: Jan Viljanen <527069+javian@users.noreply.github.com>
This commit is contained in:
parent
ffb2feb21e
commit
2373f5df74
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue