X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=test%2Ftest-lib.sh;h=17deaaba0d5d880df237694430743c4304e7554d;hb=b547830783ee0732696d5c05a00cfc57baba065f;hp=8697d6a75d3ffdaaf10685ca3a8b67c7fc6f3aa8;hpb=7630f300ba52f4aab22ee696fe1507d0ef9790bc;p=notmuch diff --git a/test/test-lib.sh b/test/test-lib.sh index 8697d6a7..17deaaba 100644 --- a/test/test-lib.sh +++ b/test/test-lib.sh @@ -1081,15 +1081,14 @@ export NOTMUCH_CONFIG=$NOTMUCH_CONFIG # Here's what we are using here: # -# --no-init-file Don't load users ~/.emacs -# -# --no-site-file Don't load the site-wide startup stuff +# --quick Use minimal customization. This implies --no-init-file, +# --no-site-file and (emacs 24) --no-site-lisp # # --directory Ensure that the local elisp sources are found # # --load Force loading of notmuch.el and test-lib.el -exec ${TEST_EMACS} --no-init-file --no-site-file \ +exec ${TEST_EMACS} --quick \ --directory "$TEST_DIRECTORY/../emacs" --load notmuch.el \ --directory "$TEST_DIRECTORY" --load test-lib.el \ "\$@"