Use /etc instead of /bin in tests that change dirctories.
This commit is contained in:
parent
bc7e37593c
commit
8fd66025f0
|
@ -32,7 +32,7 @@
|
|||
(with-cwd new-cwd
|
||||
(equal? (cwd) new-cwd))
|
||||
(equal? (cwd) old-cwd))))
|
||||
"/bin")
|
||||
"/etc")
|
||||
|
||||
(add-test! 'chdir 'process-state
|
||||
(lambda (new-cwd)
|
||||
|
@ -41,5 +41,5 @@
|
|||
(let ((res (cwd)))
|
||||
(chdir old-cwd)
|
||||
(equal? res new-cwd))))
|
||||
"/bin")
|
||||
"/etc")
|
||||
|
||||
|
|
Loading…
Reference in New Issue