Skip to content

Commit

Permalink
tests: update snap-icons spread test to show empty directories are re…
Browse files Browse the repository at this point in the history
…moved
  • Loading branch information
jhenstridge committed Jun 11, 2019
1 parent 7d12c26 commit 8c66e39
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/main/snap-icons/task.yaml
Expand Up @@ -17,3 +17,9 @@ execute: |
echo "The icon has been removed"
[ ! -f "$iconfile" ]
echo "The empty icon theme subdirectories have also been removed"
[ ! -d /var/lib/snapd/desktop/icons/hicolor ]
echo "But the base icons directory remains"
[ -d /var/lib/snapd/desktop/icons ]

0 comments on commit 8c66e39

Please sign in to comment.