X-Git-Url: http://gitweb.scilab.org/?p=scilab.git;a=blobdiff_plain;f=scilab%2Fmodules%2Fdynamic_link%2Ftests%2Fnonreg_tests%2Fbug_3630.dia.ref;h=b94c9dde9ebc7141bdf1a1dfad3e453467f6b1c9;hp=9c156897f345dc19ffbe529f6de61439f13cb4a8;hb=173fa2b5ac34ab5e71b6a50209e287499fb1ec59;hpb=2266361e6f2cb981785d3dfd983a993d3734120c diff --git a/scilab/modules/dynamic_link/tests/nonreg_tests/bug_3630.dia.ref b/scilab/modules/dynamic_link/tests/nonreg_tests/bug_3630.dia.ref index 9c15689..b94c9dd 100644 --- a/scilab/modules/dynamic_link/tests/nonreg_tests/bug_3630.dia.ref +++ b/scilab/modules/dynamic_link/tests/nonreg_tests/bug_3630.dia.ref @@ -16,7 +16,6 @@ ilib_verbose(0); test_path = get_absolute_file_path('bug_3630.tst'); currentpath = pwd(); cd TMPDIR; -cd ../; OS_TMP_DIR = pwd(); mkdir(OS_TMP_DIR,'bug_3630'); TEST_DIR = OS_TMP_DIR + filesep() + 'bug_3630'; @@ -26,7 +25,7 @@ files=['bug_3630.c']; ilib_build('libc_fun',['c_sum','c_intsum';'c_sub','c_intsub'],files,[]); [primitives1,commandes] = what(); nbprimitives1 = size(primitives1,'*'); -// load the shared library +// load the shared library exec loader.sce; chdir(currentpath); [primitives2,commandes] = what();