Smoke tests for the s snap
First, build and install the snap:
$ sudo apt install git snapcraft
$ git clone https://github.com/elopio/s
$ cd s
$ git checkout snapcraft
$ snapcraft
$ sudo snap install *.snap --force-dangerous
Make a search:
$ s test
The test fails with [Error] exec: "xdg-open": executable file not found in $PATH
This is bug https://bugs.launchpad.net/ubuntu/+source/snapd-xdg-open/+bug/1580740