changeset 29021:8a014832f083

Add bug #59225 to BIST test for save(). * load-save.cc (Fsave): Add bug #59225 to BIST test.
author Rik <rik@octave.org>
date Wed, 04 Nov 2020 07:17:03 -0800
parents 1db3841f042f
children e8fa10f8920c
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 08:40:36 2020 +0100
+++ b/libinterp/corefcn/load-save.cc	Wed Nov 04 07:17:03 2020 -0800
@@ -1856,11 +1856,11 @@
 %! assert (D, D2);
 
 ## Test input validation
-%!testif HAVE_ZLIB
+%!testif HAVE_ZLIB <59225>
 %! fname = tempname ();
 %! x = 1;
 %! fail ('save ("-append", "-zip", "-binary", fname, "x")',
-%!       "-append and -zip options .* with a text format");
+%!       "-append and -zip options .* with a tex format");
 */
 
 DEFMETHOD (crash_dumps_octave_core, interp, args, nargout,