Skip to content

Commit b0a66aa

Browse files
committed
Pull in fix from #576.
1 parent 7919147 commit b0a66aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_mig_shared_useradm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@ def test_user_deletion_removes_fs_entries(self):
981981
except Exception:
982982
self.assertFalse(True, "should not be reached")
983983

984-
home_dir = os.path.join(self.configuration.user_home, TEST_USER_DN)
984+
home_dir = os.path.join(self.configuration.user_home, TEST_USER_DIR)
985985
self.assertFalse(os.path.isdir(home_dir))
986986
self.assertFalse(os.path.exists(home_dir))
987987
short_link = os.path.join(self.configuration.user_home,
@@ -993,7 +993,7 @@ def test_user_deletion_removes_fs_entries(self):
993993
TEST_USER_DIR)
994994
self.assertFalse(os.path.isdir(settings_dir))
995995
self.assertFalse(os.path.exists(settings_dir))
996-
996+
997997
ssh_dir = os.path.join(home_dir, ssh_conf_dir)
998998
self.assertFalse(os.path.isdir(ssh_dir))
999999
self.assertFalse(os.path.exists(ssh_dir))

0 commit comments

Comments
 (0)