diff options
author | Harald Fernengel <harald@trolltech.com> | 2009-07-21 13:19:49 +0200 |
---|---|---|
committer | Harald Fernengel <harald@trolltech.com> | 2009-07-21 13:20:03 +0200 |
commit | 31e358f2290c145b839fc5b7b277922c1ab6e19b (patch) | |
tree | 6569829854abd6c2011f740c3d91f6fe9e890836 /tests/auto/qcopchannel/tst_qcopchannel.cpp | |
parent | 2db22b1b12cc7579d08a83ad889efe7f8f07c843 (diff) | |
download | qt4-tools-31e358f2290c145b839fc5b7b277922c1ab6e19b.tar.gz |
fix tests for QT_NO_PROCESS and when running tests as root
Diffstat (limited to 'tests/auto/qcopchannel/tst_qcopchannel.cpp')
-rw-r--r-- | tests/auto/qcopchannel/tst_qcopchannel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qcopchannel/tst_qcopchannel.cpp b/tests/auto/qcopchannel/tst_qcopchannel.cpp index d07898ace7..ce97eaee25 100644 --- a/tests/auto/qcopchannel/tst_qcopchannel.cpp +++ b/tests/auto/qcopchannel/tst_qcopchannel.cpp @@ -42,7 +42,7 @@ #include <QtTest/QtTest> -#ifdef Q_WS_QWS +#if defined(Q_WS_QWS) && !defined(QT_NO_PROCESS) //TESTED_CLASS= //TESTED_FILES= |