File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ func TestSync(t *testing.T) {
100
100
Perms : true ,
101
101
Dry : false ,
102
102
DeleteSrc : false ,
103
+ Limits : - 1 ,
103
104
DeleteDst : false ,
104
105
Exclude : []string {"c*" },
105
106
Include : []string {"a[1-9]" , "a*" },
@@ -187,6 +188,7 @@ func TestSyncIncludeAndExclude(t *testing.T) {
187
188
DeleteSrc : false ,
188
189
DeleteDst : false ,
189
190
Verbose : false ,
191
+ Limits : - 1 ,
190
192
Quiet : true ,
191
193
Exclude : []string {"1" },
192
194
}
@@ -355,6 +357,7 @@ func TestSyncLink(t *testing.T) {
355
357
Perms : true ,
356
358
Links : true ,
357
359
Quiet : true ,
360
+ Limits : - 1 ,
358
361
ForceUpdate : true ,
359
362
}); err != nil {
360
363
t .Fatalf ("sync: %s" , err )
@@ -410,6 +413,7 @@ func TestSyncLinkWithOutFollow(t *testing.T) {
410
413
Perms : true ,
411
414
Quiet : true ,
412
415
ForceUpdate : true ,
416
+ Limits : - 1 ,
413
417
}); err != nil {
414
418
t .Fatalf ("sync: %s" , err )
415
419
}
@@ -443,6 +447,7 @@ func TestSingleLink(t *testing.T) {
443
447
Perms : true ,
444
448
Links : true ,
445
449
Quiet : true ,
450
+ Limits : - 1 ,
446
451
ForceUpdate : true ,
447
452
}); err != nil {
448
453
t .Fatalf ("sync: %s" , err )
You can’t perform that action at this time.
0 commit comments