summaryrefslogtreecommitdiff
path: root/integrationtests
diff options
context:
space:
mode:
Diffstat (limited to 'integrationtests')
-rw-r--r--integrationtests/fileutils.go1
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