summaryrefslogtreecommitdiff
path: root/tests/end2end/fixtures/quteprocess.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/end2end/fixtures/quteprocess.py')
-rw-r--r--tests/end2end/fixtures/quteprocess.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/end2end/fixtures/quteprocess.py b/tests/end2end/fixtures/quteprocess.py
index ad693c2a1..a3929ed7e 100644
--- a/tests/end2end/fixtures/quteprocess.py
+++ b/tests/end2end/fixtures/quteprocess.py
@@ -596,7 +596,7 @@ class QuteProc(testprocess.Process):
command = command.replace('\\', r'\\')
if count is not None:
- command = ':run-with-count {} {}'.format(count,
+ command = ':cmd-run-with-count {} {}'.format(count,
command.lstrip(':'))
self.send_ipc([command])