From 2c9922cc755a1336340e4f04642125016b365ce4 Mon Sep 17 00:00:00 2001 From: Oliver Newman Date: Fri, 18 Nov 2016 13:27:28 -0500 Subject: [PATCH] redis-leveldb: fully scope test system call --- Formula/redis-leveldb.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/redis-leveldb.rb b/Formula/redis-leveldb.rb index 57142a368ec02..15bf0750a51f4 100644 --- a/Formula/redis-leveldb.rb +++ b/Formula/redis-leveldb.rb @@ -26,6 +26,6 @@ def install end test do - system "redis-leveldb", "-h" + system "#{bin}/redis-leveldb", "-h" end end