mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-21 21:04:59 +00:00
fix: make file paths portable for Windows compatibility in tests
This commit is contained in:
parent
1ed2eefff4
commit
e3a3a55dd5
1 changed files with 2 additions and 0 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue