libgocryptfs/tests/reverse
Jakob Unterwurzacher 34d8a498c4 Unbreak hyperlinks broken by go mod v2 conversion
Commit

  69d88505fd go mod: declare module version v2

translated all instances of "github.com/rfjakob/gocryptfs/" to
"github.com/rfjakob/gocryptfs/v2/".

Unfortunately, this included hyperlinks.

Unbreak the hyperlinks like this:

  find . -name \*.go | xargs sed -i s%https://github.com/rfjakob/gocryptfs/v2/%https://github.com/rfjakob/gocryptfs/v2/%
2021-08-30 11:31:01 +02:00
..
ctlsock_reverse_test_fs Report correct symbolic link dentry sizes 2017-03-07 20:46:58 +01:00
exclude_test_fs reverse: fix "exclude all but" case 2021-08-18 11:38:56 +02:00
correctness_test.go Unbreak hyperlinks broken by go mod v2 conversion 2021-08-30 11:31:01 +02:00
ctlsock_test.go go mod: declare module version v2 2021-08-23 15:05:15 +02:00
exclude_test.go Unbreak hyperlinks broken by go mod v2 conversion 2021-08-30 11:31:01 +02:00
inomap_test.go -deterministic-names: implement for reverse mode, too 2021-08-20 17:06:18 +02:00
linux-tarball-test.bash tests: convert remaining wget calls to dl-linux-tarball.bash helper 2018-03-07 09:45:20 +01:00
longname_perf_test.go reverse: more thorough longname stat test 2016-09-25 16:43:17 +02:00
main_test.go go mod: declare module version v2 2021-08-23 15:05:15 +02:00
one_file_system_test.go go mod: declare module version v2 2021-08-23 15:05:15 +02:00
xattr_test.go tests/reverse: implement (skipped) xattr test 2020-08-30 16:36:10 +02:00