Masatake YAMATO <[EMAIL PROTECTED]> writes: > When I run tla-tests-batch, I got following errors. > It seems that the some test depend on home directory.
Ah, here's what happened. For non-regression, I store the content of some buffers in the tests/ directory of xtla's source tree. Since some commands include the absolute path in their output, it obviously fails when the tests are run in another directory. Solution: (replace-regexp (getenv "HOME") "$HOME") the buffer before saving it and before comparing it with the archived. > However, it is failed to do C-s/C-r moy. grep -r would have been your friend ;-) -- Matthieu
