crosstool-ng: fix test.

This commit is contained in:
Mike McQuaid 2017-04-03 19:01:58 +01:00
parent ad7c187f1a
commit 31539b2464

View file

@ -57,6 +57,6 @@ class CrosstoolNg < Formula
end
test do
system "#{bin}/ct-ng", "version"
assert_match "This is crosstool-NG", shell_output("make -rf #{bin}/ct-ng version")
end
end