Skip to content

Commit

Permalink
Add missing trailing "\n" in execute command
Browse files Browse the repository at this point in the history
  • Loading branch information
Haruka Yoshihara committed Dec 5, 2012
1 parent 4f2beb8 commit ee2d6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-executor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def setup

private
def execute(command)
@script.print(command)
@script.puts(command)
@script.close
@executor.execute(Pathname(@script.path))
end
Expand Down

0 comments on commit ee2d6f2

Please sign in to comment.