dev-lang/bff: fix src_test

Package-Manager: Portage-2.3.6, Repoman-2.3.1
This commit is contained in:
Amy Liffey
2017-08-21 18:17:08 +02:00
parent 820d4e99e4
commit 9f3391c1b9

View File

@@ -25,7 +25,7 @@ src_test() {
ebegin "Running mandelbrot test"
./bff samples/mandelbrot.b > mandelbrot.out
eend $? || die
[[ $( md5sum -c <<< '5024283fa65866ddd347b877798e84d8 mandelbrot.out') ]] \
md5sum -c <<< '5024283fa65866ddd347b877798e84d8 mandelbrot.out' \
&& cat mandelbrot.out \
|| die "mandelbrot did not output correctly"
}