On Wed, Oct 26, 2022 at 8:44 AM Michael Albinus <michael.albinus@gmx.de> wrote:
João Távora <joaotavora@gmail.com> writes:

Hi João,

> Is this test in the normal test suite executed by `make check`?  I ran
> that after
> the merge and the only failure I got was the usual tramp-something
> that I ignore.

What is the "usual tramp-something"? in your case?

Whoops.  My bad.  It's some `esh` thing (eshell?):

 Test esh-var-test/alias/symbol-pair condition:
    (ert-test-failed
     ((should
       (eshell-match-output regexp))
      :form
      (eshell-match-output "Variable `ALIAS' is not settable\n")
      :value nil :explanation
      (mismatched-output
       (command "set ALIAS hello\n")
       (output "Variable ‘ALIAS’ is not settable\n")
       (regexp "Variable `ALIAS' is not settable\n"))))

Fancy quote stuff, apparently. Maybe already fixed, didn't check with the very latest.

João Távora