retitle 548691 getcwd fails to return proper paths when root includes '.' thanks
So as was pointed out to me, this isn't really an issue of relative vs. absolute, since "fakeroot fakechroot chroot root pwd" does not use an absolute root path, but doesn't exhibit the problem. Instead, it appears to be an issue with chroot root paths that contain dots (ie. '.'): servo:/srv/debirf 0$ fakeroot fakechroot chroot rescue/root pwd / servo:/srv/debirf 0$ fakeroot fakechroot chroot ./rescue/root pwd /srv/debirf/rescue/root servo:/srv/debirf 0$ fakeroot fakechroot chroot rescue/./root pwd /srv/debirf/rescue/root servo:/srv/debirf 0$ fakeroot fakechroot chroot rescue/root/. pwd /srv/debirf/rescue/root servo:/srv/debirf 0$ Renamed bug accordingly. jamie.
signature.asc
Description: Digital signature

