Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasFella committed Aug 17, 2023
1 parent e92a592 commit 69bf5f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autotests/testcrosssigning.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ private Q_SLOTS:
void test1()
{
auto path = QString::fromUtf8(__FILE__);
path = path.left(path.lastIndexOf(u'/'));
path = path.left(path.lastIndexOf(QDir::separator()));
path += QStringLiteral("/cross_signing_data.json");
QFile file(path);
file.open(QIODevice::ReadOnly);
Expand Down

0 comments on commit 69bf5f1

Please sign in to comment.