getf SCI/util/testexamples.sci reinit_for_test() %U=mopen('SCI/tests/automatic_tests/foo_data.ref','rb'); deff('y=foo(x)', 'y=x');// define the foo function as the identity function %ans = foo('toto'); if load_ref('%ans') then bugmes();quit;end, xdel_run(winsid()); mclose(%U);