getf SCI/util/testexamples.sci reinit_for_test() %U=mopen('SCI/tests/automatic_tests/tril_data.ref','rb'); s = poly(0, 's'); %ans = tril([s,s;s,1]); if load_ref('%ans') then bugmes();quit;end, %ans = tril([1/s,1/s;1/s,1]); if load_ref('%ans') then bugmes();quit;end, xdel_run(winsid()); mclose(%U);