From f7d11b216a47db833dd935cc30fb963be37fc761 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Thu, 8 Dec 2011 11:25:38 +0100 Subject: testProcessSpacesArgs fixed Target names with spaces must be quoted. Change-Id: I913ef386353fc75991c8db4e3205ab511fc1f1a9 Reviewed-by: Oswald Buddenhagen --- tests/auto/corelib/io/qprocess/testProcessSpacesArgs/onespace.pro | 2 +- tests/auto/corelib/io/qprocess/testProcessSpacesArgs/twospaces.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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 -- cgit v1.2.3