Skip to content

Commit

Permalink
tests: lib: snaps: socket-activation: update test snap with XDG_RUNTI…
Browse files Browse the repository at this point in the history
…ME_DIR socket path

Update socket-activation test snap with socket in XDG_RUNTIME_DIR and SNAP_DATA path

Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com>
  • Loading branch information
kubiko committed May 22, 2019
1 parent a6a9699 commit 7b2f8d6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/lib/snaps/socket-activation/meta/snap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ apps:
sock-other:
listen-stream: $SNAP_COMMON/other/socket-other
socket-mode: 0640
sock-data:
listen-stream: $SNAP_DATA/socket-data
socket-mode: 0640
sock-xdg:
listen-stream: $XDG_RUNTIME_DIR/socket-xdg
socket-mode: 0640

0 comments on commit 7b2f8d6

Please sign in to comment.