summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@nokia.com>2011-12-08 11:25:38 +0100
committerQt by Nokia <qt-info@nokia.com>2011-12-09 01:01:01 +0100
commitf7d11b216a47db833dd935cc30fb963be37fc761 (patch)
treea3371fa1c2e889fff1fcc6b8afc4ce536a9a3be8 /tests
parent8021e2d5e7ccd09146896f788441c116f2ca6159 (diff)
testProcessSpacesArgs fixed
Target names with spaces must be quoted. Change-Id: I913ef386353fc75991c8db4e3205ab511fc1f1a9 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/corelib/io/qprocess/testProcessSpacesArgs/onespace.pro2
-rw-r--r--tests/auto/corelib/io/qprocess/testProcessSpacesArgs/twospaces.pro2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/corelib/io/qprocess/testProcessSpacesArgs/onespace.pro b/tests/auto/corelib/io/qprocess/testProcessSpacesArgs/onespace.pro
index f53e5790ea..0146a6a985 100644
--- a/tests/auto/corelib/io/qprocess/testProcessSpacesArgs/onespace.pro
+++ b/tests/auto/corelib/io/qprocess/testProcessSpacesArgs/onespace.pro
@@ -3,7 +3,7 @@ CONFIG -= qt app_bundle
CONFIG += console
DESTDIR = ./
-TARGET = one space
+TARGET = "one space"
# This app is testdata for tst_qprocess
target.path = $$[QT_INSTALL_TESTS]/tst_qprocess/testProcessSpacesArgs
diff --git a/tests/auto/corelib/io/qprocess/testProcessSpacesArgs/twospaces.pro b/tests/auto/corelib/io/qprocess/testProcessSpacesArgs/twospaces.pro
index a4ee0cfd83..f881c2a824 100644
--- a/tests/auto/corelib/io/qprocess/testProcessSpacesArgs/twospaces.pro
+++ b/tests/auto/corelib/io/qprocess/testProcessSpacesArgs/twospaces.pro
@@ -3,7 +3,7 @@ CONFIG -= qt app_bundle
CONFIG += console
DESTDIR = ./
-TARGET = two space s
+TARGET = "two space s"
# This app is testdata for tst_qprocess
target.path = $$[QT_INSTALL_TESTS]/tst_qprocess/testProcessSpacesArgs