Spurious test failure in 21.4

Aidan Kehoe kehoea at parhasard.net
Mon Jul 3 08:10:35 EDT 2006


 Ar an seachtú lá is fiche de mí Meitheamh, scríobh Jerry James: 

 > I would propose that we delete-directory right before trying the
 > make-directory, except that delete-directory signals a file-error when
 > the directory does not exist. We could insert this line right before the
 > make-directory line:
 > 
 > (condition-case nil
 >     (delete-directory (concat (temp-directory) "/\260\354"))
 >   (file-error nil))
 > 
 > We could also wrap the make-directory in a condition-case like this, but
 > then we don't find out about failures of make-directory for other
 > reasons.

That seems very reasonable to me. Note that this test isn’t in place in
21.5; the bug it verifies isn’t there only affected 21.4.  


-- 
Santa Maradona, priez pour moi!




More information about the XEmacs-Beta mailing list