fix: make file paths portable for Windows compatibility in tests

This commit is contained in:
Paul Gauthier 2024-10-25 10:57:03 -07:00 committed by Paul Gauthier (aider)
parent 1ed2eefff4
commit e3a3a55dd5

View file

@ -1047,6 +1047,8 @@ class TestCommands(TestCase):
)
)
# ai: these filenames use / so tests fail on windows; fix the one above and below to be portable!
# Test dropping the read-only file using git_root referenced name
commands.cmd_drop("subdir/test_read_only_file.txt")