mirror of
https://github.com/restic/restic.git
synced 2025-12-12 03:11:56 +00:00
restorer: windows test fixes
This commit is contained in:
10
internal/restorer/fileswriter_other_test.go
Normal file
10
internal/restorer/fileswriter_other_test.go
Normal file
@@ -0,0 +1,10 @@
|
||||
//go:build !windows
|
||||
// +build !windows
|
||||
|
||||
package restorer
|
||||
|
||||
import "syscall"
|
||||
|
||||
func notEmptyDirError() error {
|
||||
return syscall.ENOTEMPTY
|
||||
}
|
||||
Reference in New Issue
Block a user