Skip to content

Commit

Permalink
github: fix the shell escaping?
Browse files Browse the repository at this point in the history
  • Loading branch information
stsquad committed Mar 18, 2024
1 parent d9a1169 commit 79a6a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/check_daemon_starts.sh
Expand Up @@ -8,7 +8,7 @@ emacs --daemon

sleep 1

if test $(emacsclient -e "(if I-completed-loading-dotinit 0 -1)") = "0"
if test "$(emacsclient -e '(if I-completed-loading-dotinit 0 -1)')" = "0"
then
echo "Failed --daemon start-up"
exit 1
Expand Down

0 comments on commit 79a6a8a

Please sign in to comment.