tst_QSystemSemaphore: give proper path to test-helper

Amends 29fceed2ff

Pick-to: 5.15 6.2 6.3
Change-Id: Ie386d3af68e4dff84ae893cd24cb96caf2d8e08e
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Mårten Nordheim 2022-02-11 16:26:12 +01:00
parent bc3723d462
commit 98de89cc15
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ private:
};
tst_QSystemSemaphore::tst_QSystemSemaphore()
: m_helperBinary("acquirerelease_helper")
: m_helperBinary("./acquirerelease_helper")
{
}