redis-leveldb: fully scope test system call

This commit is contained in:
Oliver Newman 2016-11-18 13:27:28 -05:00 committed by William Woodruff
parent e4143ac408
commit 2c9922cc75
No known key found for this signature in database
GPG key ID: 85AE00C504833B3C

View file

@ -26,6 +26,6 @@ class RedisLeveldb < Formula
end
test do
system "redis-leveldb", "-h"
system "#{bin}/redis-leveldb", "-h"
end
end