mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-09 10:38:10 -06:00
maybe fix windows tests
This commit is contained in:
@@ -222,7 +222,7 @@ func (ftp *fsTablePersister) PruneTableFiles(ctx context.Context, contents manif
|
||||
}
|
||||
|
||||
for _, info := range fileInfos {
|
||||
if !info.Mode().IsRegular() {
|
||||
if info.IsDir() {
|
||||
continue
|
||||
}
|
||||
if strings.HasPrefix(info.Name(), tempTablePrefix) {
|
||||
|
||||
Reference in New Issue
Block a user