Skip to content

Commit

Permalink
Update Homebrew package
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto committed Sep 15, 2015
1 parent 1b98c36 commit cbad419
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system/homebrew/algernon.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Algernon < Formula
sha256 "c30380d9781166a6cc6297210e70c742c5a6c91bbbbdbf223783db1ffa1aa7e6"
head "https://github.com/xyproto/algernon.git"

# Updated by the Homebrew bots. Don't remove.
# Updated by the brew bots
bottle do
cellar :any
sha256 "4ebddb2a0305b89d5b266412f4b25174ad60fff9032a97f64d45e9f2aad86bb7" => :yosemite
Expand Down Expand Up @@ -103,7 +103,7 @@ def install

# Check that the server is responding correctly
output = `curl -sIm3 -o- http://localhost#{cport}`
assert_match /^Server: Algernon/
assert_match /^Server: Algernon/, output
assert_equal 0, $?.exitstatus

ensure
Expand Down

0 comments on commit cbad419

Please sign in to comment.