From 3d815b52d6602ad9ef0c924e988abc16464b9120 Mon Sep 17 00:00:00 2001 From: JCount Date: Thu, 10 Aug 2017 23:51:53 -0400 Subject: [PATCH] mpdscribble: revision for libmpdclient also add token test that would have caught this breakage on the CI Closes #16652. Signed-off-by: JCount --- Formula/mpdscribble.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Formula/mpdscribble.rb b/Formula/mpdscribble.rb index 8ec0e6ef9c03f..fe39a86d40d32 100644 --- a/Formula/mpdscribble.rb +++ b/Formula/mpdscribble.rb @@ -3,6 +3,7 @@ class Mpdscribble < Formula homepage "https://mpd.wikia.com/wiki/Client:Mpdscribble" url "https://www.musicpd.org/download/mpdscribble/0.22/mpdscribble-0.22.tar.gz" sha256 "ff882d02bd830bdcbccfe3c3c9b0d32f4f98d9becdb68dc3135f7480465f1e38" + revision 1 bottle do cellar :any @@ -50,4 +51,8 @@ def plist; <<-EOS.undent EOS end + + test do + system "#{bin}/mpdscribble", "--version" + end end