getf SCI/util/testexamples.sci reinit_for_test() %U=mopen('SCI/tests/automatic_tests/ieee_data.ref','rb'); ieee(1);%ans = 1/0; Warning :division by zero... if load_ref('%ans') then bugmes();quit;end, ieee(2);%ans = 1/0; if load_ref('%ans') then bugmes();quit;end, %ans = log(0); if load_ref('%ans') then bugmes();quit;end, xdel_run(winsid()); mclose(%U);