diff --git a/run-tests.sh b/run-tests.sh index 74bc211..edaffe3 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -7,7 +7,7 @@ if [ -z "$EMACS" ] ; then fi $EMACS -batch \ - -l dev/ert.el \ + $([[ $EMACS == "emacs23" ]] && echo -l dev/ert.el) \ -l dash.el \ -l dash-functional.el \ -l dev/examples-to-tests.el \