aboutsummaryrefslogtreecommitdiffhomepage
path: root/hst/fs_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'hst/fs_test.go')
-rw-r--r--hst/fs_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hst/fs_test.go b/hst/fs_test.go
index 10e075be..4b079096 100644
--- a/hst/fs_test.go
+++ b/hst/fs_test.go
@@ -241,7 +241,7 @@ func (s stubFS) String() string { return "<invalid " + s.typeName + ">"
type sCheck struct {
FS hst.FilesystemConfigJSON `json:"fs"`
- Magic int `json:"magic"`
+ Magic uint64 `json:"magic"`
}
type fsTestCase struct {