We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09427ab + cdb0a48 commit efb72c8Copy full SHA for efb72c8
zfs_test.go
@@ -38,7 +38,7 @@ func TestDatasetGetProperty(t *testing.T) {
38
39
prop, err = ds.GetProperty("compression")
40
ok(t, err)
41
- equals(t, "off", prop)
+ equals(t, "on", prop)
42
43
// creation should be a time stamp with spaces in it
44
prop, err = ds.GetProperty("creation")
0 commit comments