aboutsummaryrefslogtreecommitdiff
path: root/test/emacs
diff options
context:
space:
mode:
authorDmitry Kurochkin <dmitry.kurochkin@gmail.com>2011-07-04 08:07:19 +0400
committerDavid Bremner <bremner@debian.org>2011-09-10 10:12:03 -0300
commit0db3a4d5be93710837962b8260420cfc5a8b968e (patch)
treea51ffe634c1de497f1706d3ebcb5c1c5751ff2c4 /test/emacs
parentc35ac0bdbd51ddc606cbeb35e8b7b86e450b4b74 (diff)
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.
Diffstat (limited to 'test/emacs')
-rwxr-xr-xtest/emacs5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/emacs b/test/emacs
index 53f455a..f465e2b 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