From 0db3a4d5be93710837962b8260420cfc5a8b968e Mon Sep 17 00:00:00 2001 From: Dmitry Kurochkin Date: Mon, 4 Jul 2011 08:07:19 +0400 Subject: test: update documentation for test_emacs in test/README Update test_emacs documentation in test/README according to the latest changes in emacs tests. Move the note regarding setting variables from test/emacs to test/README. --- test/emacs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'test/emacs') diff --git a/test/emacs b/test/emacs index 53f455a3..f465e2b6 100755 --- a/test/emacs +++ b/test/emacs @@ -1,10 +1,5 @@ #!/usr/bin/env bash -# Note: do not use `setq' for setting variables in Emacs tests because -# it affects other tests that may run in the same Emacs instance. Use -# `let' instead so the scope of the changed variables is limited to a -# single test. - test_description="emacs interface" . test-lib.sh -- cgit v1.2.3