restic/internal/restorer/fileswriter_other_test.go
2024-06-13 23:20:09 +02:00

10 lines
136 B
Go

//go:build !windows
// +build !windows
package restorer
import "syscall"
func notEmptyDirError() error {
return syscall.ENOTEMPTY
}