From 749c08c263ff7a77c4a88b38b24bd98c8ad2dff6 Mon Sep 17 00:00:00 2001 From: Bastien Date: Tue, 11 Feb 2020 10:42:49 +0100 Subject: [PATCH] testing/lisp/test-ob-lilypond.el: Delete test The test does not work and prevented a bug to be detected. --- testing/lisp/test-ob-lilypond.el | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/testing/lisp/test-ob-lilypond.el b/testing/lisp/test-ob-lilypond.el index db203fa23..7de16ed47 100644 --- a/testing/lisp/test-ob-lilypond.el +++ b/testing/lisp/test-ob-lilypond.el @@ -135,24 +135,6 @@ "xdg-open")))) (custom-reevaluate-setting 'org-babel-lilypond-commands)) -(ert-deftest ob-lilypond/ly-commands/customize () - (let ((system-type 'other) - org-babel-lilypond-ly-command - org-babel-lilypond-pdf-command - org-babel-lilypond-midi-command) - (custom-initialize-reset 'org-babel-lilypond-commands - '(list "nonsense" "bla" "fasel")) - (should (equal - (list - org-babel-lilypond-ly-command - org-babel-lilypond-pdf-command - org-babel-lilypond-midi-command) - (list - "nonsense" - "bla" - "fasel")))) - (custom-reevaluate-setting 'org-babel-lilypond-commands)) - (ert-deftest ob-lilypond/ly-gen-png () (should (boundp 'org-babel-lilypond-gen-png)))