From 065f76b740243c87f498a19a6fd069c3d7c6400c Mon Sep 17 00:00:00 2001 From: Magnar Sveen Date: Mon, 24 Sep 2012 23:26:58 +0200 Subject: [PATCH] Use ert.el to run on Emacs 23 as well. --- run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-tests.sh b/run-tests.sh index dcae853..32cda47 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -4,4 +4,4 @@ if [ -z "$EMACS" ] ; then EMACS="emacs" fi -$EMACS -batch -l ert -l bang.el -l tests.el -f ert-run-tests-batch-and-exit +$EMACS -batch -l ert.el -l bang.el -l tests.el -f ert-run-tests-batch-and-exit