parrot: fix RuboCop warnings.
This commit is contained in:
parent
f865dc52bc
commit
74032e48bb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue