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