diff test/module.mk @ 29356:65c57984a65e

compatibility with undocumented Matlab behavior for exist function (bug #59950) * variables.cc (Fexist): If one argument, return 0 for any empty builtin object. If two arguments, return 0 if second argument is any empty builtin object. * test/bug-59950.tst: New test file. * test/module.mk: Update.
author John W. Eaton <jwe@octave.org>
date Tue, 09 Feb 2021 12:18:31 -0500
parents 3c6e3556fac4
children e88444be8468
line wrap: on
line diff
--- a/test/module.mk	Sun Feb 07 11:16:54 2021 +0100
+++ b/test/module.mk	Tue Feb 09 12:18:31 2021 -0500
@@ -19,6 +19,7 @@
   %reldir%/bug-55308.tst \
   %reldir%/bug-55321.tst \
   %reldir%/bug-55322.tst \
+  %reldir%/bug-59950.tst \
   %reldir%/colormaps.tst \
   %reldir%/command.tst \
   %reldir%/complex.tst \