diff test/system.tst @ 28564:1dd765e54265

fix tests for new argument number mismatch error message Files affected: help.m, strmatch.m, namedargs2cell.m, camlookat.m, material.m, deblank.m, native2unicode.m, regexptranslate.m, strjust.m, strtrim.m, unicode2native.m, test.m, struct.tst, system.tst
author John W. Eaton <jwe@octave.org>
date Sat, 11 Jul 2020 06:36:31 -0400
parents 9cb04a9e81ec
children 7854d5752dd2
line wrap: on
line diff
--- a/test/system.tst	Sat Jul 11 10:15:57 2020 -0400
+++ b/test/system.tst	Sat Jul 11 06:36:31 2020 -0400
@@ -98,7 +98,7 @@
 %! assert ((e1 && strcmp (s2.modestr(1), "d") && e3 && e4 < 0));
 
 %!error <Invalid call to mkdir> mkdir ()
-%!error <Invalid call to mkdir> mkdir ("foo", 1, 2)
+%!error <called with too many inputs> mkdir ("foo", 1, 2)
 %!error <Invalid call to rmdir> rmdir ()
 
 %!test