2016/11/24 14:18:41 Error executing external:ubuntu-core-16-arm-32:tests/main/refresh:production :
-----
+ [[ production = \f\a\k\e ]]
+ echo 'When the snap is refreshed'
When the snap is refreshed
+ snap refresh --channel=edge test-snapd-tools
test-snapd-tools (edge) 1.0+fake1 from 'canonical' upgraded
+ echo 'Then the new version is listed'
Then the new version is listed
+ expected='test-snapd-tools +\d+\.\d+\+fake1'
+ snap list
+ grep -Pzq 'test-snapd-tools +\d+\.\d+\+fake1'
+ echo 'When a snap is refreshed and has no update it exit 0'
When a snap is refreshed and has no update it exit 0
+ snap refresh test-snapd-tools
-----