summaryrefslogtreecommitdiffstats
path: root/src/software/test/test_software_identity_file_check.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/software/test/test_software_identity_file_check.py')
-rwxr-xr-xsrc/software/test/test_software_identity_file_check.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/software/test/test_software_identity_file_check.py b/src/software/test/test_software_identity_file_check.py
index 027e17f..49cd97d 100755
--- a/src/software/test/test_software_identity_file_check.py
+++ b/src/software/test/test_software_identity_file_check.py
@@ -238,7 +238,7 @@ class TestSoftwareIdentityFileCheck(
pywbem.Uint16(3), #Checksum
pywbem.Uint16(9), #LastModificationTime
]), set(inst["FailedFlags"]))
-
+
self.assertGreater(inst["FileSize"], inst["FileSizeOriginal"],
"File size should be greater, then expected for regular file"
" %s:%s"%(pkg.name, filepath))