Smoke tests for the gistup snap
First, build and install the snap:
$ sudo apt install git snapcraft
$ git clone https://github.com/elopio/gistup
$ cd gistup
$ git checkout snapcraft
$ snapcraft
$ sudo snap install *.snap --force-dangerous
Upload a file:
$ gistup snapcraft.yaml
I'm getting an error when trying to upload a fiel:
warning: cannot open /etc/mailname: Permission denied
This is git trying to access a default email when it is not set.
Reported bug https://bugs.launchpad.net/snappy/+bug/1630690