parrot: fix RuboCop warnings.

This commit is contained in:
Mike McQuaid 2017-06-12 16:44:49 +01:00
parent f865dc52bc
commit 74032e48bb

View file

@ -62,6 +62,6 @@ class Parrot < Formula
out = `#{bin}/parrot #{path}`
assert_equal "0123456789", out
assert_equal 0, $?.exitstatus
assert_equal 0, $CHILD_STATUS.exitstatus
end
end