summaryrefslogtreecommitdiffstats
path: root/tests/tst_DownloadUpdateTask.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tst_DownloadUpdateTask.cpp')
-rw-r--r--tests/tst_DownloadUpdateTask.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tst_DownloadUpdateTask.cpp b/tests/tst_DownloadUpdateTask.cpp
index 3b2c6793..883e90e8 100644
--- a/tests/tst_DownloadUpdateTask.cpp
+++ b/tests/tst_DownloadUpdateTask.cpp
@@ -254,7 +254,7 @@ slots:
pathOrig = path = "MultiMC.app/Foo/Bar/Baz";
qDebug() << "Proper OSX path: " << path;
result = DownloadUpdateTask::fixPathForOSX(path);
- QCOMPARE(path, QString("../../Foo/Bar/Baz"));
+ QCOMPARE(path, QString("Foo/Bar/Baz"));
QCOMPARE(result, true);
// Bad OSX path