aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/system/suite_tools/tst_git_local/test.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/system/suite_tools/tst_git_local/test.py b/tests/system/suite_tools/tst_git_local/test.py
index 4a8e3ba46e..41770e9feb 100644
--- a/tests/system/suite_tools/tst_git_local/test.py
+++ b/tests/system/suite_tools/tst_git_local/test.py
@@ -29,6 +29,8 @@
source("../../shared/qtcreator.py")
+# necessary to not use symbolic links for the parent path of the git project
+srcPath = os.path.realpath(srcPath)
projectName = "gitProject"
# TODO: Make selecting changes possible