branch: externals/dash
commit 92ed7ff384fb6c7c7c5cb671f6286ca1cf7b70c5
Author: Fredrik Bergroth <[email protected]>
Commit: Fredrik Bergroth <[email protected]>
Use vendored ert only on emacs23
---
run-tests.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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 \