branch: master commit e6931324e044ca9de56f5b6a43b699f6aaaff9c8 Merge: 87f211d bb13df5 Author: rocky <ro...@gnu.org> Commit: rocky <ro...@gnu.org>
Merge commit 'bb13df55aa357538f95c3a8a28cac18533f5d164' --- packages/test-simple/Makefile.am | 2 +- packages/test-simple/test-simple.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/test-simple/Makefile.am b/packages/test-simple/Makefile.am index a1c318c..abf9c32 100644 --- a/packages/test-simple/Makefile.am +++ b/packages/test-simple/Makefile.am @@ -9,7 +9,7 @@ lisp_files := $(wildcard *.el) lisp_LISP = $(lisp_files) test_files := $(wildcard test/*.el) -EXTRA_DIST = $(lisp_files) $(test_files) README THANKS README.md COPYING +EXTRA_DIST = $(lisp_files) $(test_files) README THANKS README.md CHECK_FILES = $(notdir $(test_files:.el=.run)) diff --git a/packages/test-simple/test-simple.el b/packages/test-simple/test-simple.el index 351a60b..a72e179 100644 --- a/packages/test-simple/test-simple.el +++ b/packages/test-simple/test-simple.el @@ -170,7 +170,7 @@ out information from the previous run." error-condition)))) (list 'condition-case nil (list 'progn body - (list 'assert-t nil fail-message test-info)) + (list 'assert-t nil fail-message)) (list error-condition '(assert-t t))))) (defun assert-op (op expected actual &optional fail-message test-info)