test/helper/plasma-store.rb in red-plasma-0.15.1 vs test/helper/plasma-store.rb in red-plasma-0.16.0

- old
+ new

@@ -16,10 +16,10 @@ # under the License. module Helper class PlasmaStore def initialize(options={}) - @path = `pkg-config --variable=executable plasma`.chomp + @path = `pkg-config --variable=plasma_store_server plasma`.chomp @memory_size = options[:memory_size] || 1024 * 1024 @socket_file = Tempfile.new(["plasma-store", ".sock"]) @socket_file.close @pid = nil FileUtils.rm_f(socket_path)