Tools: fixed AerobaticsScripting test

we no longer allow open() on directories so that we match ChibiOS
FATFS
This commit is contained in:
Andrew Tridgell 2023-12-10 13:58:03 +11:00
parent ffb7328ede
commit 75fca4c171

View File

@ -4515,7 +4515,7 @@ class AutoTestPlane(vehicle_test_suite.TestSuite):
self.customise_SITL_commandline(
[],
model=model,
defaults_filepath="",
defaults_filepath="Tools/autotest/models/plane-3d.parm",
wipe=True)
self.context_push()