aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan@nitrokey.com>2019-01-26 21:04:31 +0100
committerSzczepan Zalega <szczepan@nitrokey.com>2019-01-26 21:13:24 +0100
commit63296703be36511ce671a10e9b9193628604f1ca (patch)
tree57701f306e9d669c405e0cda6908188cedec6df2
parent909a2c3c30fc56e42c0193ab528ae86cde31ea7c (diff)
downloadlibnitrokey-63296703be36511ce671a10e9b9193628604f1ca.tar.gz
libnitrokey-63296703be36511ce671a10e9b9193628604f1ca.tar.bz2
Correct the skip message for other OS than Fedora
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
-rw-r--r--unittest/test_storage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittest/test_storage.py b/unittest/test_storage.py
index 55671ae..b125aa9 100644
--- a/unittest/test_storage.py
+++ b/unittest/test_storage.py
@@ -407,7 +407,7 @@ def test_export_firmware_extended_fedora29(C):
"""
skip_if_device_version_lower_than({'S': 43})
- skip_if_not_fedora('Fedora specific test, due to the mount path. Could be suited for Debian.')
+ skip_if_not_fedora('Tested on Fedora only. To check on other distros.')
from time import sleep
import os