Fix OPEN with :io and :if-does-not-exist nil.
authorStas Boukarev <stassats@gmail.com>
Tue, 24 Sep 2013 18:04:59 +0000 (22:04 +0400)
committerStas Boukarev <stassats@gmail.com>
Tue, 24 Sep 2013 18:04:59 +0000 (22:04 +0400)
commitb15ec266a38f1dae4e52a46c1980d4b7259686d3
tree3ed7d6b583e0edc611edd24d9796abd2a6fdb89f
parent19d37e39d4e0bfc943749d111c1ba2cbed805939
Fix OPEN with :io and :if-does-not-exist nil.

No need to call unix-stat, truename is already bound to the result of
PROBE-FILE.

Reported by Eric Marsden.
src/code/fd-stream.lisp
tests/filesys.pure.lisp