avoid local variable queries during tests

This commit is contained in:
Noam Postavsky 2014-05-09 22:07:58 -04:00
parent da40956a74
commit 0938229093

View File

@ -52,6 +52,7 @@ emacs_with_test_home() {
HOME="$TEST_HOME" "$EMACS" "${args[@]}" -L "$EL_GET_LIB_DIR" \
-l "$EL_GET_LIB_DIR/el-get.el" -l "$EL_GET_LIB_DIR/test/test-setup.el" \
--eval '(setq enable-local-variables :safe)' \
-l "$testfile"
return $?
}