emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Failing test in files-tests.el on MS-Windows


From: Eli Zaretskii
Subject: Re: Failing test in files-tests.el on MS-Windows
Date: Fri, 15 Feb 2019 15:47:11 +0200

> From: Michael Albinus <address@hidden>
> Cc: address@hidden
> Date: Fri, 15 Feb 2019 13:00:48 +0100
> 
> --8<---------------cut here---------------start------------->8---
> (insert-directory "c:/dir/does/not/exist" "")
> => nil
> --8<---------------cut here---------------end--------------->8---
> 
> But no error is signaled. Under GNU/Linux, I have
> 
> --8<---------------cut here---------------start------------->8---
> (insert-directory "/dir/does/not/exist" "")
> => Debugger entered--Lisp error: (file-missing "Reading directory" "No such 
> file or directory" "/dir/does/not/exist")
> --8<---------------cut here---------------end--------------->8---

Thanks, fixed.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]