From fb419655c492a14ce22675689cbd0815cf7022da Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Sat, 30 Apr 2016 16:40:12 +0100 Subject: [PATCH] gauche: call full path in test --- Formula/gauche.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/gauche.rb b/Formula/gauche.rb index 25daf16560..a351349bb6 100644 --- a/Formula/gauche.rb +++ b/Formula/gauche.rb @@ -21,7 +21,7 @@ class Gauche < Formula end test do - output = shell_output("gosh -V") - assert_match /Gauche scheme shell, version #{version}/, output + output = shell_output("#{bin}/gosh -V") + assert_match "Gauche scheme shell, version #{version}", output end end