branch: externals/objed
commit 5a52e1381bd3374ec1216a21450fce576b7cb342
Author: Clemens Radermacher <[email protected]>
Commit: Clemens Radermacher <[email protected]>
Remove load message
---
test/make-test.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/make-test.el b/test/make-test.el
index 0f5380b..40cd9b9 100644
--- a/test/make-test.el
+++ b/test/make-test.el
@@ -8,7 +8,7 @@
(add-to-list 'load-path project-test-path)
;; load the file with tests
- (load (expand-file-name project-tests-file project-test-path))
+ (load (expand-file-name project-tests-file project-test-path) nil t)
;; run the tests
;; (buttercup-run-discover))