Skip to content

Commit

Permalink
umu_test: add UMU_NO_RUNTIME
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Jun 12, 2024
1 parent cf02b1e commit d28f290
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions umu/umu_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def setUp(self):
"LD_PRELOAD": "",
"WINEDLLPATH": "",
"WINETRICKS_SUPER_QUIET": "",
"UMU_NO_RUNTIME": "",
}
self.user = getpwuid(os.getuid()).pw_name
self.test_opts = "-foo -bar"
Expand Down

0 comments on commit d28f290

Please sign in to comment.