Using /tmp in a test for chdir is a bad idea as it may be a link.

This commit is contained in:
mainzelm 2001-08-08 08:44:43 +00:00
parent c8464b5b39
commit 10b97c9e82
1 changed files with 1 additions and 1 deletions

View File

@ -41,5 +41,5 @@
(let ((res (cwd)))
(chdir old-cwd)
(equal? res new-cwd))))
"/tmp")
"/bin")