From 63296703be36511ce671a10e9b9193628604f1ca Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Sat, 26 Jan 2019 21:04:31 +0100 Subject: Correct the skip message for other OS than Fedora Signed-off-by: Szczepan Zalega --- unittest/test_storage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1