Skip to content

Commit

Permalink
umu_test: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Jun 14, 2024
1 parent 16518c3 commit 5fed6f4
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions umu/umu_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1963,16 +1963,6 @@ def test_set_env_winetricks(self):
)

# Winetricks
self.assertTrue(self.env["WINE"], "WINE is not set")
self.assertTrue(self.env["WINELOADER"], "WINELOADER is not set")
self.assertTrue(self.env["WINESERVER"], "WINESERVER is not set")
self.assertTrue(
self.env["WINETRICKS_LATEST_VERSION_CHECK"],
"WINETRICKS_LATEST_VERSION_CHECK is not set",
)
self.assertTrue(
self.env["LD_PRELOAD"] == "", "LD_PRELOAD is not set"
)
self.assertTrue(
self.env["WINETRICKS_SUPER_QUIET"],
"WINETRICKS_SUPER_QUIET is not set",
Expand Down

0 comments on commit 5fed6f4

Please sign in to comment.