aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorGlenn Morris2015-01-23 19:52:07 -0500
committerGlenn Morris2015-01-23 19:52:07 -0500
commit83b3c312d79d119997e3d61f7adb796a371c2f2e (patch)
treee8f46e50a5faab3fc943622092a08555aab9ba4c /test
parent81fb8ab036d1755038d11a0a1a305a6062cc20a2 (diff)
downloademacs-83b3c312d79d119997e3d61f7adb796a371c2f2e.tar.gz
emacs-83b3c312d79d119997e3d61f7adb796a371c2f2e.zip
* test/automated/regexp-tests.el: Require regexp-opt
Diffstat (limited to 'test')
-rw-r--r--test/ChangeLog5
-rw-r--r--test/automated/regexp-tests.el2
2 files changed, 7 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index ede6bd6476b..11bf34d901c 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,8 @@
12015-01-24 Glenn Morris <rgm@gnu.org>
2
3 * automated/regexp-tests.el: Require regexp-opt, which is
4 not preloaded --without-x.
5
12015-01-23 Dmitry Gutov <dgutov@yandex.ru> 62015-01-23 Dmitry Gutov <dgutov@yandex.ru>
2 7
3 Fix package tests when TMPDIR is in HOME. (Bug#19657) 8 Fix package tests when TMPDIR is in HOME. (Bug#19657)
diff --git a/test/automated/regexp-tests.el b/test/automated/regexp-tests.el
index 31a4ee958c6..ee177b3e2e9 100644
--- a/test/automated/regexp-tests.el
+++ b/test/automated/regexp-tests.el
@@ -23,6 +23,8 @@
23 23
24;;; Code: 24;;; Code:
25 25
26(require 'regexp-opt)
27
26(ert-deftest regexp-test-regexp-opt () 28(ert-deftest regexp-test-regexp-opt ()
27 "Test the `compilation-error-regexp-alist' regexps. 29 "Test the `compilation-error-regexp-alist' regexps.
28The test data is in `compile-tests--test-regexps-data'." 30The test data is in `compile-tests--test-regexps-data'."