Skip to content

Commit efb72c8

Browse files
authored
Merge branch 'master' into timeout-anton
2 parents 09427ab + cdb0a48 commit efb72c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zfs_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ func TestDatasetGetProperty(t *testing.T) {
3838

3939
prop, err = ds.GetProperty("compression")
4040
ok(t, err)
41-
equals(t, "off", prop)
41+
equals(t, "on", prop)
4242

4343
// creation should be a time stamp with spaces in it
4444
prop, err = ds.GetProperty("creation")

0 commit comments

Comments
 (0)