changeset 29022:e8fa10f8920c

Fix typo in BIST for save() and mark it as fixed. * load-save.cc (Fsave): Fix typo in BIST for save() and mark it as fixed.
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 04 Nov 2020 17:35:02 +0100
parents 8a014832f083
children 5e62adcdcaa2
files libinterp/corefcn/load-save.cc
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/load-save.cc	Wed Nov 04 07:17:03 2020 -0800
+++ b/libinterp/corefcn/load-save.cc	Wed Nov 04 17:35:02 2020 +0100
@@ -1856,11 +1856,11 @@
 %! assert (D, D2);
 
 ## Test input validation
-%!testif HAVE_ZLIB <59225>
+%!testif HAVE_ZLIB <*59225>
 %! fname = tempname ();
 %! x = 1;
 %! fail ('save ("-append", "-zip", "-binary", fname, "x")',
-%!       "-append and -zip options .* with a tex format");
+%!       "-append and -zip options .* with a text format");
 */
 
 DEFMETHOD (crash_dumps_octave_core, interp, args, nargout,