From 15c58cb77cd0954ef16397a205921e56fd047b80 Mon Sep 17 00:00:00 2001 From: Percy Wegmann Date: Mon, 11 Mar 2024 09:58:58 -0500 Subject: [PATCH] tailfs: include whitespace in test share and filenames Since TailFS allows spaces in folder and file names, test with spaces. Updates tailscale/corp#16827 Signed-off-by: Percy Wegmann --- tailfs/tailfsimpl/tailfs_test.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tailfs/tailfsimpl/tailfs_test.go b/tailfs/tailfsimpl/tailfs_test.go index d7e319647..96b7b05a7 100644 --- a/tailfs/tailfsimpl/tailfs_test.go +++ b/tailfs/tailfsimpl/tailfs_test.go @@ -28,11 +28,11 @@ import ( const ( domain = `test$%domain.com` - remote1 = `remote$%1` - remote2 = `_remote$%2` - share11 = `share$%11` - share12 = `_share$%12` - file111 = `file$%111.txt` + remote1 = `rem ote$%1` + remote2 = `_rem ote$%2` + share11 = `sha re$%11` + share12 = `_sha re$%12` + file111 = `fi le$%111.txt` ) func init() {