From 92ed7ff384fb6c7c7c5cb671f6286ca1cf7b70c5 Mon Sep 17 00:00:00 2001 From: Fredrik Bergroth Date: Tue, 13 Jan 2015 22:33:59 +0100 Subject: [PATCH] Use vendored ert only on emacs23 --- run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \