getf SCI/util/testexamples.sci reinit_for_test() %U=mopen('SCI/tests/automatic_tests/fileparts_data.ref','rb'); [path,fname,extension] = fileparts('SCI/scilab.start'); if load_ref('extension') then bugmes();quit;end, if load_ref('fname') then bugmes();quit;end, if load_ref('path') then bugmes();quit;end, %ans = fileparts('SCI/scilab.start', 'extension'); if load_ref('%ans') then bugmes();quit;end, xdel_run(winsid()); mclose(%U);