Skip to content

Commit

Permalink
tests: remove travis-isms
Browse files Browse the repository at this point in the history
  • Loading branch information
stsquad committed Aug 29, 2023
1 parent 77b8a42 commit debc6b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/check_daemon_starts.sh
Expand Up @@ -3,7 +3,6 @@
# Check the Daemon starts up
#
set -ex
echo -en "travis_fold:start:daemon_starts.$1\r"
emacs --version
emacs --daemon
OK=`emacsclient -e "(if I-completed-loading-dotinit 0 -1)"`
Expand All @@ -16,5 +15,4 @@ else
echo "Succesful --daemon start-up with pkg=${INSTALLED}"
fi
emacsclient -e "(kill-emacs)"
echo -en "travis_fold:end:daemon_starts.$1\r"
exit 0

0 comments on commit debc6b6

Please sign in to comment.