DisableSymlinks -> !SymlinksEnabled
This commit is contained in:
@@ -53,7 +53,7 @@ func TestDefaultValues(t *testing.T) {
|
||||
KeepTemporariesH: 24,
|
||||
CacheIgnoredFiles: true,
|
||||
ProgressUpdateIntervalS: 5,
|
||||
DisableSymlinks: false,
|
||||
SymlinksEnabled: true,
|
||||
}
|
||||
|
||||
cfg := New(device1)
|
||||
@@ -156,7 +156,7 @@ func TestOverriddenValues(t *testing.T) {
|
||||
KeepTemporariesH: 48,
|
||||
CacheIgnoredFiles: false,
|
||||
ProgressUpdateIntervalS: 10,
|
||||
DisableSymlinks: true,
|
||||
SymlinksEnabled: false,
|
||||
}
|
||||
|
||||
cfg, err := Load("testdata/overridenvalues.xml", device1)
|
||||
|
||||
Reference in New Issue
Block a user