summaryrefslogtreecommitdiff
path: root/test/linter/test_systemd_analyze.vader
blob: d97c87be38543d33513729aabb04d46f48a40807 (plain)
1
2
3
4
5
6
7
8
9
Before:
  call ale#assert#SetUpLinterTest('systemd', 'systemd_analyze')

After:
  call ale#assert#TearDownLinterTest()

Execute(The default command should be correct):
  AssertLinter 'systemd-analyze',
  \ 'SYSTEMD_LOG_COLOR=0 ' . ale#Escape('systemd-analyze') . ' --user verify %s'