Browse Source

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.)
Marco Wahl 8 years ago
parent
commit
5977aa7fc2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      testing/examples/ob-maxima-test.org

+ 1 - 0
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