Skip to content

Commit 7287c1a

Browse files
committed
frel
1 parent 0300ee0 commit 7287c1a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/TestRelative.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ function test_proximate_to(tc, pr)
4040

4141
root = fileparts(fileparts(mfilename('fullpath')));
4242
if ~isempty(root)
43-
pr{end+1} = {root, [root, '/test/', mfilename(), '.m'], ['test/', mfilename, '.m']};
43+
pr{end+1} = {root, fullfile(root, 'test', [mfilename(), '.m']), ...
44+
fullfile('test', [mfilename, '.m'])};
4445
end
4546

4647

0 commit comments

Comments
 (0)