mirror of
https://github.com/rclone/rclone.git
synced 2025-06-19 07:02:23 +08:00
lsjson: fix typo in skip message
This commit is contained in:
@ -409,7 +409,7 @@ func TestStatJSON(t *testing.T) {
|
|||||||
|
|
||||||
func TestStatJsonMetadataContentDisposition(t *testing.T) {
|
func TestStatJsonMetadataContentDisposition(t *testing.T) {
|
||||||
if runtime.GOOS == "windows" {
|
if runtime.GOOS == "windows" {
|
||||||
t.Skip("Custom metadata not supported on Windows")
|
t.Skip("Custom metadata is not supported on Windows")
|
||||||
}
|
}
|
||||||
ctx := context.Background()
|
ctx := context.Background()
|
||||||
r := fstest.NewRun(t)
|
r := fstest.NewRun(t)
|
||||||
|
Reference in New Issue
Block a user