aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/nicovideo-dl.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/nicovideo-dl.rb')
-rw-r--r--Library/Formula/nicovideo-dl.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/nicovideo-dl.rb b/Library/Formula/nicovideo-dl.rb
index f68950ed1..e3a63b051 100644
--- a/Library/Formula/nicovideo-dl.rb
+++ b/Library/Formula/nicovideo-dl.rb
@@ -9,7 +9,7 @@ class NicovideoDl < Formula
bin.install 'nicovideo-dl'
end
- def test
+ test do
system "#{bin}/nicovideo-dl", "-v"
end
end