summary refs log tree commit diff stats
path: root/tests/functional/test_sparc_sun4m.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/test_sparc_sun4m.py')
-rwxr-xr-xtests/functional/test_sparc_sun4m.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/test_sparc_sun4m.py b/tests/functional/test_sparc_sun4m.py
index 573f85222a..619c03d36a 100755
--- a/tests/functional/test_sparc_sun4m.py
+++ b/tests/functional/test_sparc_sun4m.py
@@ -18,7 +18,7 @@ class Sun4mTest(LinuxKernelTest):
         self.set_machine('SS-20')
         file_path = self.ASSET_DAY11.fetch()
         archive_extract(file_path, self.workdir)
-        self.launch_kernel(self.workdir + '/day11/zImage.elf',
+        self.launch_kernel(self.scratch_file('day11', 'zImage.elf'),
                            wait_for='QEMU advent calendar')
 
 if __name__ == '__main__':