rclone/fstest
Nick Craig-Wood 37d786c82a 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 
2023-10-18 17:55:19 +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 rcserver: set Last-Modified header for files served by --rc-serve 2023-09-23 12:20:29 +01:00
test_all selfupdate: fix "invalid hashsum signature" error 2023-10-18 17:55:19 +01:00
testserver sftp: implement --sftp-copy-is-hardlink to server side copy as hardlink 2023-10-16 12:08:22 +01:00
testy testy: test utility functions 2020-06-15 21:34:37 +01:00
fstest.go protondrive: add protondrive backend - fixes 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