From bfa2f2f17e4cc87b0ff7695f60afcb95c288db55 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 4 Jan 2014 14:53:54 +0000 Subject: [PATCH] binwalk: add test. --- Formula/binwalk.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Formula/binwalk.rb b/Formula/binwalk.rb index 65c625ba7a..4e9da2587f 100644 --- a/Formula/binwalk.rb +++ b/Formula/binwalk.rb @@ -16,4 +16,9 @@ class Binwalk < Formula system "python", "setup.py", "install", "--no-prereq-checks", "--prefix=#{prefix}" end end + + test do + touch "binwalk.test" + system "#{bin}/binwalk", "binwalk.test" + end end