drive: fix shortcut tests

This commit is contained in:
Nick Craig-Wood 2020-06-24 15:51:41 +01:00
parent 3e82771413
commit 81151523af
1 changed files with 1 additions and 1 deletions

View File

@ -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()