diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index a8f29a0403..50232fcbbc 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -8013,10 +8013,9 @@ (define-public emacs-org-pomodoro #:include #~(cons "^resources\\/" %default-include) #:tests? #t #:test-command - (list - "emacs" "--batch" - "-l" "org-pomodoro-tests.el" - "-f" "ert-run-tests-batch-and-exit") + #~(list "emacs" "--batch" + "-l" "org-pomodoro-tests.el" + "-f" "ert-run-tests-batch-and-exit") #:phases #~(modify-phases %standard-phases (add-before 'check 'make-tests-writable