aboutsummaryrefslogtreecommitdiff
path: root/tests/test-chime-validation-retry.el
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-chime-validation-retry.el')
-rw-r--r--tests/test-chime-validation-retry.el10
1 files changed, 1 insertions, 9 deletions
diff --git a/tests/test-chime-validation-retry.el b/tests/test-chime-validation-retry.el
index b35fd29..b4e886c 100644
--- a/tests/test-chime-validation-retry.el
+++ b/tests/test-chime-validation-retry.el
@@ -19,15 +19,7 @@
;;; Code:
-(require 'ert)
-
-;; Initialize package system to make installed packages available in batch mode
-(require 'package)
-(setq package-user-dir (expand-file-name "~/.emacs.d/elpa"))
-(package-initialize)
-
-;; Load chime from parent directory (which will load its dependencies)
-(load (expand-file-name "../chime.el") nil t)
+(require 'test-bootstrap (expand-file-name "test-bootstrap.el"))
;;; Setup and Teardown