Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2007-04-29 21:55:52 (GMT)
committer Dan Williams <dcbw@redhat.com>2007-04-29 21:55:52 (GMT)
commit0148f13ed6489dd18a8fc01cfe1bd6daddbf4fb8 (patch)
treed85b24b3388ad65c0a7a3469075e5c815015f18e /tests
parentb4f2016844c2b9c944cffefb316fd8d35e9456b2 (diff)
Don't duplicate program name in argv
Diffstat (limited to 'tests')
-rwxr-xr-xtests/presence/test-ps-bindings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/presence/test-ps-bindings.py b/tests/presence/test-ps-bindings.py
index 8da94a1..ccf6617 100755
--- a/tests/presence/test-ps-bindings.py
+++ b/tests/presence/test-ps-bindings.py
@@ -24,7 +24,7 @@ from sugar.presence import presenceservice
import mockps
def start_ps():
- argv = ["mockps.py", "mockps.py"]
+ argv = ["mockps.py"]
(pid, stdin, stdout, stderr) = gobject.spawn_async(argv, flags=gobject.SPAWN_LEAVE_DESCRIPTORS_OPEN)
# Wait until it shows up on the bus