From e0162da6e03c370201e9e28efc4fa6bfc75fd58a Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Sat, 18 May 2013 04:23:15 -0700 Subject: [PATCH] Funambol: fix command line syntax The previous commit added brackets to the command line without escaping them. --- test/runtests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/runtests.py b/test/runtests.py index 6459ac1b..d2e18d59 100755 --- a/test/runtests.py +++ b/test/runtests.py @@ -1556,7 +1556,7 @@ class FunambolTest(SyncEvolutionTest): "eds_event", "eds_task", "eds_memo" ], - "CLIENT_TEST_SKIP=" + "'CLIENT_TEST_SKIP=" # server duplicates items in add<->add conflict because it # does not check UID "Client::Sync::eds_event::testAddBothSides," @@ -1568,7 +1568,7 @@ class FunambolTest(SyncEvolutionTest): # test cannot pass because we don't have CtCap info about # the Funambol server "Client::Sync::eds_contact::testExtensions," - " " + "' " "CLIENT_TEST_XML=1 " "CLIENT_TEST_MAX_ITEMSIZE=2048 " "CLIENT_TEST_DELAY=10 "