pwd.exe -P prints invalid UNC path
Current path (UNC path on OpenText NFS share, ms-nfs41-client or MS WebDAV share):
\\10.49.202.239@NFS@2049\nfsdata\wincoreutilstest
$ /cygdrive/c/Program\ Files/coreutils/bin/pwd.exe -P
UNC\10.49.202.239@NFS@2049\nfsdata\wincoreutilstest
Expected output would be:
\\10.49.202.239@NFS@2049\nfsdata\wincoreutilstest
pwd.exe -P prints invalid UNC path
Current path (UNC path on OpenText NFS share, ms-nfs41-client or MS WebDAV share):
\\10.49.202.239@NFS@2049\nfsdata\wincoreutilstest$ /cygdrive/c/Program\ Files/coreutils/bin/pwd.exe -P
UNC\10.49.202.239@NFS@2049\nfsdata\wincoreutilstestExpected output would be:
\\10.49.202.239@NFS@2049\nfsdata\wincoreutilstest