We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fad0ba commit 9060a03Copy full SHA for 9060a03
test/TestFileImpure.m
@@ -5,7 +5,7 @@
5
end
6
7
properties(TestParameter)
8
-p_exists = {{pwd(), true}, {mfilename("fullpath") + ".m", true}, {tempname, false}}
+p_exists = {{pwd(), true}, {mfilename("fullpath") + ".m", true}, {stdlib.filename(mfilename("fullpath") + ".m"), true} {tempname, false}}
9
% on CI matlabroot can be writable!
10
in_is_write = {pwd(), "not-exists"};
11
ref_is_write = {true, false}
0 commit comments