Re: [PATCH] Add missing `provide' in ob-octave test

2022-04-27 Thread Ihor Radchenko
Nick Dokos writes: > `make test' has been failing for me with this error: > > , > | Error: error ("Loading file > | /home/nick/src/emacs/org/org-mode/testing/lisp/test-ob-octave.el > | failed to provide feature ‘test-ob-octave’") > ` > > The attached patch provides a fix. Thanks!

[PATCH] Add missing `provide' in ob-octave test

2022-04-26 Thread Nick Dokos
7452e639a Mon Sep 17 00:00:00 2001 From: Nick Dokos Date: Tue, 15 Mar 2022 12:33:52 -0400 Subject: [PATCH] test-ob-octave: Add missing `provide' --- testing/lisp/test-ob-octave.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testing/lisp/test-ob-octave.el b/testing/lisp/test-ob-oc