summary refs log tree commit diff stats
path: root/tests/functional/test_arm_canona1100.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/test_arm_canona1100.py')
-rwxr-xr-xtests/functional/test_arm_canona1100.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/functional/test_arm_canona1100.py b/tests/functional/test_arm_canona1100.py
index 65f1228296..b4e3633422 100755
--- a/tests/functional/test_arm_canona1100.py
+++ b/tests/functional/test_arm_canona1100.py
@@ -31,7 +31,8 @@ class CanonA1100Machine(QemuSystemTest):
                         member="day18/barebox.canon-a1100.bin")
         self.vm.set_console()
         self.vm.add_args('-bios',
-                         self.workdir + '/day18/barebox.canon-a1100.bin')
+                         self.scratch_file('day18',
+                                           'barebox.canon-a1100.bin'))
         self.vm.launch()
         wait_for_console_pattern(self, 'running /env/bin/init')