mirror of
https://github.com/rclone/rclone.git
synced 2025-03-15 17:16:24 +08:00
drive: fix shortcut tests
This commit is contained in:
parent
3e82771413
commit
81151523af
@ -274,7 +274,7 @@ func (f *Fs) InternalTestShortcuts(t *testing.T) {
|
|||||||
const (
|
const (
|
||||||
// from fstest/fstests/fstests.go
|
// from fstest/fstests/fstests.go
|
||||||
existingDir = "hello? sausage"
|
existingDir = "hello? sausage"
|
||||||
existingFile = "file name.txt"
|
existingFile = `hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt`
|
||||||
existingSubDir = "êé"
|
existingSubDir = "êé"
|
||||||
)
|
)
|
||||||
ctx := context.Background()
|
ctx := context.Background()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user