mirror of
https://github.com/restic/restic.git
synced 2025-12-11 18:47:50 +00:00
minimize usage of internal/fs in tests
This commit is contained in:
@@ -19,7 +19,7 @@ func TestNoatime(t *testing.T) {
|
||||
|
||||
defer func() {
|
||||
_ = f.Close()
|
||||
err = Remove(f.Name())
|
||||
err = os.Remove(f.Name())
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user