summary refs log tree commit diff stats
path: root/tests/functional/test_ppc_mac.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/test_ppc_mac.py')
-rwxr-xr-xtests/functional/test_ppc_mac.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/test_ppc_mac.py b/tests/functional/test_ppc_mac.py
index 3f45e37a45..10812824bd 100755
--- a/tests/functional/test_ppc_mac.py
+++ b/tests/functional/test_ppc_mac.py
@@ -23,7 +23,7 @@ class MacTest(LinuxKernelTest):
         file_path = self.ASSET_DAY15.fetch()
         archive_extract(file_path, self.workdir)
         self.vm.add_args('-M', 'graphics=off')
-        self.launch_kernel(self.workdir + '/day15/invaders.elf',
+        self.launch_kernel(self.scratch_file('day15', 'invaders.elf'),
                            wait_for='QEMU advent calendar')
 
     def test_ppc_g3beige(self):