Browse Source

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 <[email protected]>
Percy Wegmann 2 years ago
parent
commit
15c58cb77c
1 changed files with 5 additions and 5 deletions
  1. 5 5
      tailfs/tailfsimpl/tailfs_test.go

+ 5 - 5
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() {