Skip to content

Commit 032ddb0

Browse files
author
efajardo
committed
Removing unecessary line
1 parent aa65abc commit 032ddb0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

osgtest/tests/test_450_xrootd.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,8 @@ def test_02_test_multiuser(self):
4848
temp_dir = "/tmp/vdttest"
4949
if core.config['xrootd.multiuser'] == "ON":
5050
file_path = os.path.join(temp_dir, 'copied_file.txt')
51-
expected_owner_uid = pwd.getpwnam(core.options.username)
51+
owner_uid = pwd.getpwnam(core.options.username)
5252
file_stat = os.stat(file_path)
53-
file_stat.st_uid == owner_uid and
5453
self.assertEqual(file_stat.st_uid, owner_uid)
5554
self.asset_(file_stat.st_uid == owner_uid, "The file uid owner uid was: %s but the expected one was, %s" %(file_stat.st_uid,owner_uid))
5655

0 commit comments

Comments
 (0)