drive: fix shortcut tests

This commit is contained in:
Nick Craig-Wood 2020-06-24 15:51:41 +01:00
parent 3e82771413
commit 81151523af

View file

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