Skip to content

Commit

Permalink
Better way to change signature setting in startup test
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Feb 2, 2024
1 parent 0f5934b commit ec76d10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ ${EMACS:=emacs} -nw --batch \
(url-show-status nil)
(user-emacs-directory default-directory)
(user-init-file (expand-file-name "init.el"))
(load-path (delq default-directory load-path))
(package-check-signature nil))
(load-path (delq default-directory load-path)))
(setq package-check-signature nil)
(load-file user-init-file)
(run-hooks (quote after-init-hook))))'
echo "Startup successful"

0 comments on commit ec76d10

Please sign in to comment.