forked from TrueCloudLab/rclone
drive: fix shortcut tests
This commit is contained in:
parent
3e82771413
commit
81151523af
1 changed files with 1 additions and 1 deletions
|
@ -274,7 +274,7 @@ func (f *Fs) InternalTestShortcuts(t *testing.T) {
|
|||
const (
|
||||
// from fstest/fstests/fstests.go
|
||||
existingDir = "hello? sausage"
|
||||
existingFile = "file name.txt"
|
||||
existingFile = `hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt`
|
||||
existingSubDir = "êé"
|
||||
)
|
||||
ctx := context.Background()
|
||||
|
|
Loading…
Reference in a new issue