From 501dd3d9021cb9ed2a78dfd87afd8766d071fa31 Mon Sep 17 00:00:00 2001 From: Shaun Jackman Date: Thu, 5 Feb 2015 11:09:06 -0800 Subject: hello: remove --next-generation from test Fix the error: hello: unrecognized option '--next-generation' Closes #36563. Signed-off-by: Mike McQuaid --- Library/Formula/hello.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/hello.rb b/Library/Formula/hello.rb index 03e863a39..96c7f3d05 100644 --- a/Library/Formula/hello.rb +++ b/Library/Formula/hello.rb @@ -13,6 +13,6 @@ class Hello < Formula system "make", "install" end test do - system "#{bin}/hello", "--next-generation", "--greeting=brew" + system "#{bin}/hello", "--greeting=brew" end end -- cgit v1.2.3