aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/auto/blackbox/tst_blackbox.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/blackbox/tst_blackbox.cpp b/tests/auto/blackbox/tst_blackbox.cpp
index 92d65393b..3aac681eb 100644
--- a/tests/auto/blackbox/tst_blackbox.cpp
+++ b/tests/auto/blackbox/tst_blackbox.cpp
@@ -2040,6 +2040,7 @@ void TestBlackbox::trackAddFileTag()
ccp("../after", ".");
touch("main.cpp");
touch("trackFileTags.qbs");
+ waitForFileUnlock();
QCOMPARE(runQbs(runParams), 0);
output = m_qbsStdout.split('\n');
QCOMPARE(output.takeFirst().trimmed().constData(), "there's 15 foo here");