Skip to content

Commit

Permalink
Change temp directory used for ItemSyncTests.
Browse files Browse the repository at this point in the history
- Ensure that the directory name doesn't match the name of any named
  sockets.
  • Loading branch information
rygwdn committed Jun 5, 2014
1 parent e84ba7e commit e66463c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/itemsync/tests/itemsynctests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ QString ItemSyncTests::testTab(int i)

QString ItemSyncTests::testDir(int i)
{
return QDir::tempPath() + "/copyq_test/itemsync_" + QString::number(i);
return QDir::tempPath() + "/copyq_test_dirs/itemsync_" + QString::number(i);
}

void ItemSyncTests::initTestCase()
Expand Down

0 comments on commit e66463c

Please sign in to comment.