From 2fd1f6cc1dd4d656a388339deae2d315091f4115 Mon Sep 17 00:00:00 2001
From: Federico Felici <federico.felici@epfl.ch>
Date: Fri, 1 Oct 2021 11:19:31 +0200
Subject: [PATCH] remove leftover

---
 matlab/tests/check_gdatpaths.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/matlab/tests/check_gdatpaths.m b/matlab/tests/check_gdatpaths.m
index e208bad4..43fa33e1 100644
--- a/matlab/tests/check_gdatpaths.m
+++ b/matlab/tests/check_gdatpaths.m
@@ -3,7 +3,7 @@ classdef check_gdatpaths < matlab.unittest.fixtures.Fixture
     function setup(fixture)
       % caller
       oldpwd = pwd;
-      testfolder = fileparts(fullfile(mfilename('fullpath'))); % relative path w.r.t. this file
+      testfolder = fileparts(mfilename('fullpath')); % relative path w.r.t. this file
       cd(testfolder); % go into test folder so you might not see local gdat.m
       gdatpath = fileparts(which('gdat'));
       cd(oldpwd);
-- 
GitLab