Fix crypt obfuscate tests with Windows

This commit is contained in:
Nick Craig-Wood
2017-06-18 22:53:19 +01:00
parent bbbc202ee6
commit eaa717b88a
2 changed files with 20 additions and 9 deletions

View File

@ -30,4 +30,5 @@ func init() {
{Name: name3, Key: "password", Value: fs.MustObscure("potato2")},
{Name: name3, Key: "filename_encryption", Value: "obfuscate"},
}
fstests.SkipBadWindowsCharacters[name3+":"] = true
}