~phablet-team/ubuntu-system-settings/path-fixes

« back to all changes in this revision

Viewing changes to tests/plugins/system-update/mockclickcommand

  • Committer: Bileto Bot
  • Author(s): jonas-drange
  • Date: 2016-08-24 13:51:07 UTC
  • mfrom: (1697.2.1 mockclickcommand-python3)
  • Revision ID: ci-train-bot@canonical.com-20160824135107-v0ycoxlhawo4cxws
use python3 in mock click command

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
""":"
3
 
exec python $0 ${1+"$@"}
 
3
exec python3 $0 ${1+"$@"}
4
4
"""
5
5
import os
6
6