diff --git a/README.md b/README.md
index f1108bf962e4d..f9536e85dfc91 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,6 @@
-
[
](https://rclone.org/#gh-light-mode-only)
-
-
[
](https://rclone.org/#gh-dark-mode-only)
[Website](https://rclone.org) |
@@ -21,7 +18,7 @@
# Rclone
-Rclone _("rsync for cloud storage")_ is a command-line program to sync files and
+Rclone *("rsync for cloud storage")* is a command-line program to sync files and
directories to and from different cloud storage providers.
## Storage providers
diff --git a/backend/internxt/internxt.go b/backend/internxt/internxt.go
index 0ab3757a2135c..f948c0002a491 100644
--- a/backend/internxt/internxt.go
+++ b/backend/internxt/internxt.go
@@ -61,7 +61,7 @@ func init() {
Config: Config,
Options: []fs.Option{
{
- Name: "skipHashValidation",
+ Name: "skip_hash_validation",
Default: true,
Advanced: true,
Help: "Skip hash validation when downloading files.\n\nBy default, hash validation is disabled. Set this to false to enable validation.",
@@ -76,7 +76,7 @@ func init() {
encoder.EncodeRightPeriod |
encoder.EncodeDot |
encoder.EncodeCrLf,
- },
+ },
}},
)
}
@@ -150,7 +150,7 @@ type Options struct {
Token string `config:"token"`
Mnemonic string `config:"mnemonic"`
Encoding encoder.MultiEncoder `config:"encoding"`
- SkipHashValidation bool `config:"skipHashValidation"`
+ SkipHashValidation bool `config:"skip_hash_validation"`
}
// Fs represents an Internxt remote
diff --git a/docs/content/_index.md b/docs/content/_index.md
index 2ff6c82d0fe51..2343c61de2efa 100644
--- a/docs/content/_index.md
+++ b/docs/content/_index.md
@@ -32,7 +32,7 @@ includes shell pipeline support, and `--dry-run` protection. It is
used at the command line, in scripts or via its [API](/rc).
Users call rclone *"The Swiss army knife of cloud storage"*, and
-*Technology indistinguishable from magic"*.
+*"Technology indistinguishable from magic"*.
Rclone really looks after your data. It preserves timestamps and
verifies checksums at all times. Transfers over limited bandwidth;
diff --git a/docs/content/internxt.md b/docs/content/internxt.md
index dc61eba70309c..4587cf44d1431 100644
--- a/docs/content/internxt.md
+++ b/docs/content/internxt.md
@@ -1,7 +1,7 @@
---
title: "Internxt Drive"
description: "Rclone docs for Internxt Drive"
-versionIntroduced: "v1.69"
+versionIntroduced: "v1.73"
---
# {{< icon "fas fa-cloud" >}} Internxt Drive
diff --git a/fstest/fstests/fstests.go b/fstest/fstests/fstests.go
index 98f765edca850..418745f4f36c0 100644
--- a/fstest/fstests/fstests.go
+++ b/fstest/fstests/fstests.go
@@ -316,7 +316,6 @@ type Opt struct {
SkipDirectoryCheckWrap bool // if set skip DirectoryCheckWrap
SkipInvalidUTF8 bool // if set skip invalid UTF-8 checks
SkipLeadingDot bool // if set skip leading dot checks
- SkipTrailingDot bool // if set skip trailing dot checks
QuickTestOK bool // if set, run this test with make quicktest
}
@@ -702,9 +701,6 @@ func Run(t *testing.T, opt *Opt) {
if opt.SkipLeadingDot && test.name == "leading dot" {
t.Skip("Skipping " + test.name)
}
- if opt.SkipTrailingDot && test.name == "trailing dot" {
- t.Skip("Skipping " + test.name)
- }
// turn raw strings into Standard encoding
fileName := encoder.Standard.Encode(test.path)
diff --git a/fstest/test_all/config.yaml b/fstest/test_all/config.yaml
index 728f73a37c0a3..6ff4f648099da 100644
--- a/fstest/test_all/config.yaml
+++ b/fstest/test_all/config.yaml
@@ -1,21 +1,21 @@
tests:
- - path: backend
- addbackend: true
- nobinary: true
- short: true
- - path: fs/operations
- fastlist: true
- - path: fs/sync
- fastlist: true
- - path: cmd/bisync
- - path: cmd/gitannex
- - path: vfs
- - path: cmd/serve/restic
- localonly: true
- # - path: cmd/serve/docker
- # localonly: true
- - path: cmd/selfupdate
- localonly: true
+ - path: backend
+ addbackend: true
+ nobinary: true
+ short: true
+ - path: fs/operations
+ fastlist: true
+ - path: fs/sync
+ fastlist: true
+ - path: cmd/bisync
+ - path: cmd/gitannex
+ - path: vfs
+ - path: cmd/serve/restic
+ localonly: true
+ # - path: cmd/serve/docker
+ # localonly: true
+ - path: cmd/selfupdate
+ localonly: true
backends:
- backend: "local"
remote: ""
@@ -678,6 +678,8 @@ backends:
- backend: "internxt"
remote: "TestInternxt:"
fastlist: false
+ ignore:
+ - TestRWFileHandleWriteNoWrite
- backend: "drime"
remote: "TestDrime:"
ignoretests: