diff --git a/qubes/tests/int/dom0_update.py b/qubes/tests/int/dom0_update.py index 13dc7bc8..d14fcfed 100644 --- a/qubes/tests/int/dom0_update.py +++ b/qubes/tests/int/dom0_update.py @@ -226,7 +226,7 @@ Test package logpath = os.path.join(self.tmpdir, 'dom0-update-output.txt') try: - subprocess.check_call(['sudo', 'qubes-dom0-update', '-y'] + + subprocess.check_call(['sudo', '-E', 'qubes-dom0-update', '-y'] + self.dom0_update_common_opts, stdout=open(logpath, 'w'), stderr=subprocess.STDOUT) @@ -256,7 +256,7 @@ Test package shutil.rmtree('/var/lib/qubes/updates/repodata') logpath = os.path.join(self.tmpdir, 'dom0-update-output.txt') try: - subprocess.check_call(['sudo', 'qubes-dom0-update', '-y', + subprocess.check_call(['sudo', '-E', 'qubes-dom0-update', '-y', '--clean'] + self.dom0_update_common_opts, stdout=open(logpath, 'w'),