# HG changeset patch # User Rik # Date 1426197632 25200 # Node ID 2d5cbb6ac845dcb71b71602d4627131446a2ed8c # Parent f0e5c6742716bbeff8188165c4963d12642b72b8 fail.m: Use internal variable name in BIST test (bug #44525). * fail.m: Rename variable 'a' to '__a__' in case there is an a.m m-file. diff -r f0e5c6742716 -r 2d5cbb6ac845 scripts/testfun/fail.m --- a/scripts/testfun/fail.m Thu Mar 12 17:24:21 2015 -0400 +++ b/scripts/testfun/fail.m Thu Mar 12 15:00:32 2015 -0700 @@ -146,8 +146,8 @@ ## Test that fail() itself will generate an error %!error fail ("1") -%!error <'a' undefined> fail ("a*[2;3]", "nonconformant") -%!error fail ("a*[2,3]", "usage:") +%!error <'__a__' undefined> fail ("__a__*[2;3]", "nonconformant") +%!error fail ("__a__*[2,3]", "usage:") %!error fail ("warning ('warning failure')", "warning", "success") ## Test input validation