Skip to content

Instantly share code, notes, and snippets.

@come-maiz
Created October 5, 2016 15:45
s snap testing

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
@come-maiz
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment