Subject: | rmtree fails if current directory’s name contains LF |
Pint:tmp sprout$ mkdir 'a
Show quoted text
> b'
Pint:tmp sprout$ cd 'a
Show quoted text> b'
Pint:ab sprout$ mkdir w
Pint:ab sprout$ perl -MFile::Path -e 'File::Path::rmtree "w"'
cannot stat initial working directory: No such file or directory at -e line 1.