From 5977aa7fc211f7132e9dd717eda53d753bb2d159 Mon Sep 17 00:00:00 2001 From: Marco Wahl Date: Mon, 12 Sep 2016 12:21:20 +0200 Subject: [PATCH] ob-maxima-test.org: Fix maxima test * testing/examples/ob-maxima-test.org: Silence maxima to suppress lines containing disturbing information. (Actually this has already been fixed in the master branch some time ago. I just noticed that the same issue is present on the maint branch.) --- testing/examples/ob-maxima-test.org | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/examples/ob-maxima-test.org b/testing/examples/ob-maxima-test.org index 244f018eb..7c08da502 100644 --- a/testing/examples/ob-maxima-test.org +++ b/testing/examples/ob-maxima-test.org @@ -74,6 +74,7 @@ print(ms); :ID: cc158527-b867-4b1d-8ae0-b8c713a90fd7 :END: #+begin_src maxima :var s=test_tbl_mtr :results silent +with_stdout("/dev/null", load(numericalio))$ m: genmatrix (lambda([i,j], i+j-1), 3, 3)$ write_data(m, "/dev/stdout")$ #+end_src