aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/suite_extcaps.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/suite_extcaps.py b/test/suite_extcaps.py
index 64b0e833c5..a5b5ddf5b0 100644
--- a/test/suite_extcaps.py
+++ b/test/suite_extcaps.py
@@ -75,8 +75,8 @@ class case_extcaps(subprocesstest.SubprocessTestCase):
def test_sdjournal(self, check_extcap_execution):
''' extcap interface tests for sdjournal '''
- if sys.platform == 'win32':
- fixtures.skip('sdjournal not available on Windows')
+ if not sys.platform.startswith('linux'):
+ fixtures.skip('sdjournal available on Linux only')
check_extcap_execution("sdjournal")
def test_sshdump(self, check_extcap_execution):