diff options
Diffstat (limited to 'tests/test-chime-tooltip-day-calculation.el')
| -rw-r--r-- | tests/test-chime-tooltip-day-calculation.el | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/test-chime-tooltip-day-calculation.el b/tests/test-chime-tooltip-day-calculation.el index 5d0901d..1a25767 100644 --- a/tests/test-chime-tooltip-day-calculation.el +++ b/tests/test-chime-tooltip-day-calculation.el @@ -12,11 +12,7 @@ ;;; Code: -(require 'ert) -(require 'package) -(setq package-user-dir (expand-file-name "~/.emacs.d/elpa")) -(package-initialize) -(load (expand-file-name "../chime.el") nil t) +(require 'test-bootstrap (expand-file-name "test-bootstrap.el")) (require 'testutil-time (expand-file-name "testutil-time.el")) (require 'testutil-general (expand-file-name "testutil-general.el")) |
