getf SCI/util/testexamples.sci reinit_for_test() %U=mopen('SCI/tests/automatic_tests/ls_data.ref','rb'); ls; if load_ref('%ans') then bugmes();quit;end, %ans = ls('SCI/macros/util/*.sci'); if load_ref_nocheck('%ans') then bugmes();quit;end, x = ls('SCI/macros/util/f*.sci'); if load_ref_nocheck('x') then bugmes();quit;end, xdel_run(winsid()); mclose(%U);