Commit 18663c7
fix(ci): use std::env::temp_dir() in transfer_manager tests for Windows
Replace hardcoded /tmp/ paths with std::env::temp_dir() in
test_init_receive_transfer and test_process_received_chunk. These
tests create files on disk via FileReassembler, which fails on
Windows where /tmp/ does not exist (os error 3).
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent de5d08a commit 18663c7
1 file changed
+12
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
567 | 567 | | |
568 | 568 | | |
569 | 569 | | |
570 | | - | |
571 | | - | |
572 | | - | |
573 | | - | |
574 | | - | |
575 | | - | |
576 | | - | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
577 | 575 | | |
578 | 576 | | |
579 | 577 | | |
580 | 578 | | |
581 | 579 | | |
582 | 580 | | |
583 | | - | |
| 581 | + | |
584 | 582 | | |
585 | 583 | | |
586 | 584 | | |
| |||
685 | 683 | | |
686 | 684 | | |
687 | 685 | | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
688 | 690 | | |
689 | 691 | | |
690 | | - | |
691 | | - | |
692 | | - | |
693 | | - | |
694 | | - | |
695 | | - | |
696 | | - | |
| 692 | + | |
697 | 693 | | |
698 | 694 | | |
699 | 695 | | |
| |||
703 | 699 | | |
704 | 700 | | |
705 | 701 | | |
706 | | - | |
| 702 | + | |
707 | 703 | | |
708 | 704 | | |
709 | 705 | | |
| |||
0 commit comments