mirror of
https://github.com/x-motemen/ghq.git
synced 2026-09-10 07:26:27 -04:00
Update cmd_migrate_test.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
5bb07f7c74
commit
c16d46e8bb
|
|
@ -392,4 +392,10 @@ func TestMoveDir(t *testing.T) {
|
|||
t.Error("source directory still exists")
|
||||
}
|
||||
})
|
||||
|
||||
// Note: moveDir also has a cross-device (EXDEV) fallback path which is
|
||||
// difficult to exercise reliably in unit tests because it depends on
|
||||
// running across different filesystems. That behavior is validated in
|
||||
// higher-level integration tests / environments that provide multiple
|
||||
// mounts, rather than in this unit test.
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue