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