aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/test-lib.el
diff options
context:
space:
mode:
authorGravatar Dmitry Kurochkin <dmitry.kurochkin@gmail.com>2011-07-01 08:55:18 +0400
committerGravatar David Bremner <bremner@debian.org>2011-11-05 21:55:57 -0300
commit95cf33cc78c318e9833e9c9fe0a656b6a80e6bea (patch)
treea42f464b2244bb351b134a8866cc87778f640f48 /test/test-lib.el
parent746a13e6f40431ffa931ef51834ac0eb794ee554 (diff)
test: do not set frame width in emacs
No need for `set-frame-width' in emacs tests since it runs in screen now.
Diffstat (limited to 'test/test-lib.el')
-rw-r--r--test/test-lib.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/test-lib.el b/test/test-lib.el
index a7839368..97ae5938 100644
--- a/test/test-lib.el
+++ b/test/test-lib.el
@@ -20,9 +20,6 @@
;;
;; Authors: Dmitry Kurochkin <dmitry.kurochkin@gmail.com>
-;; avoid crazy 10-column default of --batch
-(set-frame-width (window-frame (get-buffer-window)) 80)
-
;; `read-file-name' by default uses `completing-read' function to read
;; user input. It does not respect `standard-input' variable which we
;; use in tests to provide user input. So replace it with a plain