From 81151523af7f8f9cd619246a8a9518a4cd743195 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Wed, 24 Jun 2020 15:51:41 +0100 Subject: [PATCH] drive: fix shortcut tests --- backend/drive/drive_internal_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()