This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add newline to new switchd test for VMS.
authorCraig A. Berry <craigberry@mac.com>
Thu, 19 Sep 2013 21:17:00 +0000 (16:17 -0500)
committerCraig A. Berry <craigberry@mac.com>
Thu, 19 Sep 2013 21:27:30 +0000 (16:27 -0500)
commitcb7db7093e62164313d8e0a79d54c36ada756f1d
tree6ee415f8f3112ef529e248e6e0d0d0dbc8799efd
parent3fdff478504d7ab357a92849fcb38456ee1e4fb4
Add newline to new switchd test for VMS.

On VMS, you're going to get a newline at EOF willy nilly, which
was making the expected output fail to match the actual output.
The simplest solution is just to put an explicit newline on the
print statement, which yields the same result everywhere.

Follow-up to 261cbad16f5ed8.
t/run/switchd.t