diff --git a/tests/system/suite_tools/tst_git_local/test.py b/tests/system/suite_tools/tst_git_local/test.py index 0206885fa28..f2cc01e3ead 100644 --- a/tests/system/suite_tools/tst_git_local/test.py +++ b/tests/system/suite_tools/tst_git_local/test.py @@ -28,6 +28,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" +if JIRA.isBugStillOpen(19523): + projectName = "renamedProject" # TODO: Make selecting changes possible def commit(commitMessage, expectedLogMessage, uncheckUntracked=False):