~sergiusens/snapcraft/meta-all-yaml

« back to all changes in this revision

Viewing changes to snapcraft/tests/test_cmds.py

  • Committer: Snappy Tarmac
  • Author(s): Ted Gould, John R. Lenton
  • Date: 2015-08-05 20:31:21 UTC
  • mfrom: (75.8.41 qml)
  • Revision ID: snappy_tarmac-20150805203121-tchab170kk5fckp3
QML Plugin by ted approved by mterry

Show diffs side-by-side

added added

removed removed

Lines of Context:
110
110
 
111
111
        expected = ('#!/bin/sh\n'
112
112
                    '\n'
113
 
                    'exec "$SNAP_APP_PATH/test_relexepath" $*')
 
113
                    'exec "$SNAP_APP_PATH/test_relexepath" $*\n')
114
114
        with open(wrapper_path, 'r') as wrapper_file:
115
115
            wrapper_contents = wrapper_file.read()
116
116