diff --git a/Formula/bluepill.rb b/Formula/bluepill.rb index d687a2d3c9..492d484541 100644 --- a/Formula/bluepill.rb +++ b/Formula/bluepill.rb @@ -21,9 +21,11 @@ class Bluepill < Formula "SYMROOT=../", "DSTROOT=../dstroot" bin.install "dstroot/usr/local/bin/bluepill" + bin.install "dstroot/usr/local/bin/bp" end test do assert_match "Usage:", shell_output("#{bin}/bluepill -h") + assert_match "Usage:", shell_output("#{bin}/bp -h") end end