This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix t/op/dump.t warning in skip case.
authorCraig A. Berry <craigberry@mac.com>
Thu, 19 Feb 2015 01:06:29 +0000 (19:06 -0600)
committerCraig A. Berry <craigberry@mac.com>
Thu, 19 Feb 2015 01:06:29 +0000 (19:06 -0600)
commit43b19daca9743d6288698da46cbc0434328e3b91
treed9f79f977c4f78985706bc5597b6701ee8c0ab42
parent616b344493d526c505a241bee3571ae735408885
Fix t/op/dump.t warning in skip case.

When the whole test is skipped, the END block that does a chdir
to $start throws a warning because $start is not defined.  So
check for definedness.
t/op/dump.t