diff options
Diffstat (limited to 'tests/root_test')
| -rw-r--r-- | tests/root_test/btrfs_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/root_test/btrfs_test.go b/tests/root_test/btrfs_test.go index 4f2527a..72b7751 100644 --- a/tests/root_test/btrfs_test.go +++ b/tests/root_test/btrfs_test.go @@ -59,7 +59,7 @@ func TestBtrfsQuirks(t *testing.T) { defer syscall.Unmount(mnt, 0) quirk := syscallcompat.DetectQuirks(mnt) - if quirk != syscallcompat.QuirkBrokenFalloc { + if quirk != syscallcompat.QuirkBtrfsBrokenFalloc { t.Errorf("wrong quirk: %v", quirk) } } |
