projects
/
scilab.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
update some dynamic_link tests to create tmp files in scilab tmp dir instead of os...
[scilab.git]
/
scilab
/
modules
/
dynamic_link
/
tests
/
nonreg_tests
/
bug_2085.dia.ref
diff --git
a/scilab/modules/dynamic_link/tests/nonreg_tests/bug_2085.dia.ref
b/scilab/modules/dynamic_link/tests/nonreg_tests/bug_2085.dia.ref
index
61d453f
..
cc8ca46
100644
(file)
--- a/
scilab/modules/dynamic_link/tests/nonreg_tests/bug_2085.dia.ref
+++ b/
scilab/modules/dynamic_link/tests/nonreg_tests/bug_2085.dia.ref
@@
-17,7
+17,6
@@
ilib_verbose(0);
test_path = get_absolute_file_path('bug_2085.tst');
currentpath = pwd();
cd TMPDIR;
-cd ../;
OS_TMP_DIR = pwd();
mkdir(OS_TMP_DIR,'bug_2085');
TEST_DIR = OS_TMP_DIR + filesep() + 'bug_2085';