diff options
| author | Paul Buetow <paul@buetow.org> | 2021-10-13 20:39:00 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-10-13 20:39:00 +0300 |
| commit | 5f3e6b8569b5b71853208949506bbcd3c44488b5 (patch) | |
| tree | e73fbc9bf4a9fa84bdcee4ee552b5d0a88cc323c /integrationtests | |
| parent | 7b873100d94ddc3c698a620cb83b61dcb2074303 (diff) | |
backport docs from master
Diffstat (limited to 'integrationtests')
| -rw-r--r-- | integrationtests/fileutils.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/integrationtests/fileutils.go b/integrationtests/fileutils.go index d771607..8ab66a0 100644 --- a/integrationtests/fileutils.go +++ b/integrationtests/fileutils.go @@ -47,6 +47,7 @@ func compareFilesContents(t *testing.T, fileA, fileB string) error { return nil } + // Read files into maps. a, err := mapFile(fileA) if err != nil { return err |
