From f4fb2207393aedf913f4e19b2b7cb48318e0d6b4 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Sun, 28 Aug 2016 20:24:52 +0100 Subject: [PATCH] shunit2: update homepage --- Formula/shunit2.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/shunit2.rb b/Formula/shunit2.rb index b775e648b4..50d1cdde27 100644 --- a/Formula/shunit2.rb +++ b/Formula/shunit2.rb @@ -1,6 +1,6 @@ class Shunit2 < Formula desc "xUnit unit testing framework for Bourne-based shell scripts" - homepage "https://code.google.com/archive/p/shunit2/" + homepage "https://github.com/kward/shunit2" url "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/shunit2/shunit2-2.1.6.tgz" sha256 "65a313a76fd5cc1c58c9e19fbc80fc0e418a4cbfbd46d54b35ed5b6e0025d4ee" @@ -11,6 +11,6 @@ class Shunit2 < Formula end test do - system "#{bin}/shunit2" + system bin/"shunit2" end end