Exclude tst_QDir::mkdirOnSymlink on Unix platforms without symlinks
One example is VxWorks. Change-Id: I253df715a9417c1f9cede79b1e1860924e0da8a9 Reviewed-by: Tuomas Heimonen <tuomas.heimonen@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
This commit is contained in:
parent
ceffc7e0e7
commit
7127202358
@ -394,7 +394,7 @@ void tst_QDir::mkdirRmdir()
|
|||||||
|
|
||||||
void tst_QDir::mkdirOnSymlink()
|
void tst_QDir::mkdirOnSymlink()
|
||||||
{
|
{
|
||||||
#ifndef Q_OS_UNIX
|
#if !defined(Q_OS_UNIX) || defined(Q_NO_SYMLINKS)
|
||||||
QSKIP("Test only valid on an OS that supports symlinks");
|
QSKIP("Test only valid on an OS that supports symlinks");
|
||||||
#else
|
#else
|
||||||
// Create the structure:
|
// Create the structure:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user