diff --git a/backend/drive/drive_internal_test.go b/backend/drive/drive_internal_test.go index d98052c35..9e55b9f31 100644 --- a/backend/drive/drive_internal_test.go +++ b/backend/drive/drive_internal_test.go @@ -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()