Alan Third writes: Hi Alan, > Today I ran make check and two new failures popped up. It looks like > they're from recent additions to files-tests.el. > > Log file attached. > > Test files-tests-file-name-non-special-file-truename condition: > (ert-test-failed > ((should > (equal nospecial > (file-truename nospecial))) > :form > (equal "/:/var/folders/rs/0j9q5wvj5qv1h4p08j_dnbvw0000gn/T/files-testskeK4ZJ" "/:/private/var/folders/rs/0j9q5wvj5qv1h4p08j_dnbvw0000gn/T/files-testskeK4ZJ") My crystal ball tells me, that your temporary-file-directory is located on a symlinked directory. Does the following patch cures it?