Skip to content

Commit 34b2ae3

Browse files
SMillerDevBrewTestBot
authored andcommitted
smug: specify bin in test
1 parent 30ba712 commit 34b2ae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/smug.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def install
3030
- name: test
3131
EOF
3232

33-
assert_equal(version, shell_output("smug").lines.first.split("Version").last.chomp)
33+
assert_equal(version, shell_output("#{bin}/smug").lines.first.split("Version").last.chomp)
3434

3535
with_env(TERM: "screen-256color") do
3636
system bin/"smug", "start", "--file", testpath/"test.yml", "--detach"

0 commit comments

Comments
 (0)