From d5a2764cd17a6e983bd9d11e363649b23044ef6e Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Tue, 10 May 2016 00:28:35 -0700 Subject: [PATCH] sdf: trigger ci Also, add a test. Closes #1038. Signed-off-by: ilovezfs --- Formula/sdf.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Formula/sdf.rb b/Formula/sdf.rb index 2dbfa7fc9d..5fcc41927f 100644 --- a/Formula/sdf.rb +++ b/Formula/sdf.rb @@ -211,4 +211,8 @@ class Sdf < Formula "--with-pandora=#{libexec}/pandora" system "make", "install" end + + test do + assert_match "sdfchecker v1.0", shell_output("#{libexec}/pgen/bin/sdfchecker -V 2>&1") + end end