This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Correct errno value in vms/vms.c's home-grown chdir.
authorCraig A. Berry <craigberry@mac.com>
Fri, 26 Jun 2015 10:41:48 +0000 (05:41 -0500)
committerCraig A. Berry <craigberry@mac.com>
Fri, 26 Jun 2015 10:41:48 +0000 (05:41 -0500)
commit0fd9115226f85f9f054dc89f7fa9423782f53419
tree11c7d5efe25329664a3caab101c3ef0906b2f28e
parent3d2dd2a8811f21a2307b5fa18a8d79250e9197c8
Correct errno value in vms/vms.c's home-grown chdir.

It appears that in 09f253ec43d3a97e7 I made a guess without
consulting the standard, which in fact specifies that ENOENT
should be set when the input path is an empty string.  We now
test for the standard behavior as of b4929cb48878718c, and this
change gets that passing again.
vms/vms.c