Skip to content

Commit

Permalink
last fixes (thanks, @marmarek!)
Browse files Browse the repository at this point in the history
  • Loading branch information
woju committed Jun 5, 2017
1 parent dc14b83 commit d9f5192
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qubes/tests/integ/vm_qrexec_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ def test_130_qrexec_filemove_disk_full(self):
self.testvm2.start()]))

# Prepare test file
self.loop.run_until_complete(self.testvm1.run(
self.loop.run_until_complete(self.testvm1.run_for_stdio(
'yes teststring | dd of=testfile bs=1M count=50 iflag=fullblock'))

# Prepare target directory with limited size
Expand Down Expand Up @@ -890,7 +890,7 @@ def _test_300_bug_1028_gui_memory_pinning(self):
self.skipTest('allocator compile failed: {}'.format(stderr))

# drop caches to have even more memory pressure
yield from self.testvm1.run(
yield from self.testvm1.run_for_stdio(
'echo 3 > /proc/sys/vm/drop_caches', user='root')

# now fragment all free memory
Expand Down

0 comments on commit d9f5192

Please sign in to comment.