Skip to content

Commit

Permalink
umu_test: remove WINEDLLPATH from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Jun 13, 2024
1 parent 0d64a55 commit 47febab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions umu/umu_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ def setUp(self):
"WINESERVER": "",
"WINETRICKS_LATEST_VERSION_CHECK": "",
"LD_PRELOAD": "",
"WINEDLLPATH": "",
"WINETRICKS_SUPER_QUIET": "",
}
self.user = getpwuid(os.getuid()).pw_name
Expand Down Expand Up @@ -1974,7 +1973,6 @@ def test_set_env_winetricks(self):
self.assertTrue(
self.env["LD_PRELOAD"] == "", "LD_PRELOAD is not set"
)
self.assertTrue(self.env["WINEDLLPATH"], "WINEDLLPATH is not set")
self.assertTrue(
self.env["WINETRICKS_SUPER_QUIET"],
"WINETRICKS_SUPER_QUIET is not set",
Expand Down

0 comments on commit 47febab

Please sign in to comment.