apache-spark: fix a test for the dash

Closes #14570.

Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
master
tmozgach 2017-06-13 17:42:08 -07:00 committed by Alex Dunn
parent 5b8babdcb0
commit a17af0056f
1 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,6 @@ class ApacheSpark < Formula
end end
test do test do
system "#{bin}/spark-shell <<<'sc.parallelize(1 to 1000).count()'" assert_match "Long = 1000", pipe_output(bin/"spark-shell", "sc.parallelize(1 to 1000).count()")
end end
end end