https://bugs.winehq.org/show_bug.cgi?id=44948
Screwtape thristian@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |thristian@gmail.com
--- Comment #4 from Screwtape thristian@gmail.com --- Easy test case:
$ cd $(mktemp -d) $ wine cmd /C "mklink foo bar" $ stat foo
Expected result:
Information about a symlink named "foo"
Actual result:
stat: cannot stat 'foo': No such file or directory