rclone/fstest
Nick Craig-Wood 4325a7c362 selfupdate: fix "invalid hashsum signature" error
This was caused by a change to the upstream library
ProtonMail/go-crypto checking the flags on the keys more strictly.

However the signing key for rclone is very old and does not have those
flags. Adding those flags using `gpg --edit-key` and then the
`change-usage` subcommand to remove, save, quite then re-add, save
quit the signing capabilities caused the key to work.

This also adds tests for the verification and adds the selfupdate
tests into the integration test harness as they had been disabled on
CI because they rely on external sources and are sometimes unreliable.

Fixes #7373
2023-10-18 17:57:34 +01:00
..
fstests fstests: fix PublicLink failing on storj 2023-09-05 18:01:37 +01:00
mockdir build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
mockfs mockfs: make it so it can be registered as an Fs 2023-04-28 14:31:05 +01:00
mockobject Error strings should not be capitalized 2022-06-23 23:26:02 +02:00
test_all selfupdate: fix "invalid hashsum signature" error 2023-10-18 17:57:34 +01:00
testserver fstest: fix sftp ssh integration tests 2023-09-03 15:23:12 +01:00
testy testy: test utility functions 2020-06-15 21:34:37 +01:00
fstest.go protondrive: add protondrive backend - fixes #6072 2023-07-22 10:46:21 +01:00
run.go test: replace defer cleanup with `t.Cleanup` 2022-12-09 14:38:05 +00:00