Skip to content

Commit

Permalink
tests: don't expect manual pages on core systems
Browse files Browse the repository at this point in the history
Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
  • Loading branch information
zyga committed Jan 12, 2017
1 parent f1d63ef commit c133927
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/main/manpages/task.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
summary: the essential manual pages are installed by the native package
# core systems don't ship man or manual pages
systems: [-ubuntu-core-16-64, -ubuntu-core-16-64-fixme, -ubuntu-core-16-arm-32, -ubuntu-core-16-arm-64]
execute: |
for manpage in snap snap-confine snap-discard-ns ubuntu-core-launcher; do
if ! man --what $manpage; then
Expand Down

0 comments on commit c133927

Please sign in to comment.