mirror of https://github.com/qt/qtbase.git
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:
parent
bc3723d462
commit
98de89cc15
|
@ -74,7 +74,7 @@ private:
|
|||
};
|
||||
|
||||
tst_QSystemSemaphore::tst_QSystemSemaphore()
|
||||
: m_helperBinary("acquirerelease_helper")
|
||||
: m_helperBinary("./acquirerelease_helper")
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue