mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
fspath: allow the symbols at and plus in remote names - fixes #6710
This commit is contained in:
@@ -183,7 +183,7 @@ func TestNewRemoteName(t *testing.T) {
|
||||
config.ReadLine = makeReadLine([]string{
|
||||
"test", // already exists
|
||||
"", // empty string not allowed
|
||||
"bad@characters", // bad characters
|
||||
"bad^characters", // bad characters
|
||||
"newname", // OK
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user