From 83223ca3ef5836a7015a9a4fed32a57470174151 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Wed, 19 Feb 2020 12:15:21 -0800 Subject: [PATCH] Remove Perforce commands from setupSuite.sh This file mustn't have changed at all, aside from the copyright headers, since we switched to Git in October 2008. Quick check shows the data from W3C is still online: https://dev.w3.org/cvsweb/2001/XML-Test-Suite/ I didn't check that the CVS server is actually running because none of my machines even has the cvs command anymore... Pick-To: 5.15 Change-Id: I4e559af2a9a1455ab770fffd15f4e740114a2433 Reviewed-by: Lars Knoll --- tests/auto/corelib/serialization/qxmlstream/setupSuite.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/auto/corelib/serialization/qxmlstream/setupSuite.sh b/tests/auto/corelib/serialization/qxmlstream/setupSuite.sh index 8dc9b7d551..2bf5c5e020 100755 --- a/tests/auto/corelib/serialization/qxmlstream/setupSuite.sh +++ b/tests/auto/corelib/serialization/qxmlstream/setupSuite.sh @@ -42,7 +42,5 @@ cd XML-Test-Suite export CVSROOT=":pserver:anonymous@dev.w3.org:/sources/public" cvs -q up -C -p4 edit ... -p4 revert `find -name "Entries"` # They only contain CVS timestamps. +git checkout -- `find -name "Entries"` # They only contain CVS timestamps. xmllint --valid --noent xmlconf/xmlconf.xml --output xmlconf/finalCatalog.xml -p4 revert -a ...