--- src/VBox/ValidationKit/testdriver/base.py.orig 2020-07-10 02:58:10.000000000 +1000 +++ src/VBox/ValidationKit/testdriver/base.py 2020-08-22 00:09:04.326920000 +1000 @@ -823,6 +823,7 @@ self.sResourcePath = getDirEnv('TESTBOX_PATH_RESOURCES'); if self.sResourcePath is None: if self.sHost == 'darwin': self.sResourcePath = "/Volumes/testrsrc/"; + elif self.sHost == 'bsdsunix': self.sResourcePath = "/mnt/testrsrc/"; elif self.sHost == 'freebsd': self.sResourcePath = "/mnt/testrsrc/"; elif self.sHost == 'linux': self.sResourcePath = "/mnt/testrsrc/"; elif self.sHost == 'os2': self.sResourcePath = "T:/";