mirror of
https://github.com/restic/restic.git
synced 2025-08-12 11:47:43 +00:00
Move internal/fs.TestChdir to internal/test.Chdir
This commit is contained in:
@@ -442,7 +442,7 @@ func TestRestorerRelative(t *testing.T) {
|
||||
tempdir, cleanup := rtest.TempDir(t)
|
||||
defer cleanup()
|
||||
|
||||
cleanup = fs.TestChdir(t, tempdir)
|
||||
cleanup = rtest.Chdir(t, tempdir)
|
||||
defer cleanup()
|
||||
|
||||
errors := make(map[string]string)
|
||||
|
Reference in New Issue
Block a user