[PATCH 1/4 v43] test: Don't return the result of checking for running emacs to the tester.

2012-01-24 Thread David Edmondson
When checking for a running emacs, test_emacs evaluates the empty list '()'. This returns 'nil' when emacs is running, which is then prepended to the actual test result. Given that it is not part of the actual test output the test harness can incorrectly report test failure (or success). ---

[PATCH 1/4 v43] test: Don't return the result of checking for running emacs to the tester.

2012-01-24 Thread David Edmondson
When checking for a running emacs, test_emacs evaluates the empty list '()'. This returns 'nil' when emacs is running, which is then prepended to the actual test result. Given that it is not part of the actual test output the test harness can incorrectly report test failure (or success). ---