summaryrefslogtreecommitdiff
path: root/tests/btrfs/233
diff options
context:
space:
mode:
Diffstat (limited to 'tests/btrfs/233')
-rwxr-xr-xtests/btrfs/2333
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/btrfs/233 b/tests/btrfs/233
index 2b94a9c6..f2c1eba0 100755
--- a/tests/btrfs/233
+++ b/tests/btrfs/233
@@ -21,6 +21,7 @@ _cleanup()
# Import common functions.
. ./common/filter
+. ./common/filter.btrfs
. ./common/dmflakey
# real QA test starts here
@@ -77,7 +78,7 @@ create_subvol_with_orphan()
# open, delete the subvolume, then 'sync' to durably persist the orphan
# item for the subvolume.
exec 73< $SCRATCH_MNT/testsv/foobar
- $BTRFS_UTIL_PROG subvolume delete $SCRATCH_MNT/testsv | _filter_scratch
+ $BTRFS_UTIL_PROG subvolume delete $SCRATCH_MNT/testsv | _filter_btrfs_subvol_delete
sync
# Now silently drop writes on the device, close the file descriptor and