tst_qfileinfo: Fix invalid preprocessor directive.
Introduced by 5ec342fefd .
Change-Id: I28f9e093567ef1abf3898146e7183a90888262ad
Reviewed-by: Samuel Rødal <samuel.rodal@digia.com>
bb10
parent
a2ddf3dfe0
commit
176383f3ec
|
|
@ -1020,7 +1020,7 @@ void tst_QFileInfo::fileTimes()
|
|||
QEXPECT_FAIL("longfile absolutepath", "No long filenames on WinCE", Abort);
|
||||
#endif
|
||||
QVERIFY(file.open(QFile::WriteOnly | QFile::Text));
|
||||
#ifdef Q_OS_UNIX && !defined(Q_OS_VXWORKS)
|
||||
#if defined(Q_OS_UNIX) && !defined(Q_OS_VXWORKS)
|
||||
if (qIsLikelyToBeNfs(file.handle()))
|
||||
QSKIP("This Test doesn't work on NFS");
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue