Skip to content

Commit

Permalink
ZTS: fix zfs_copies_006_pos test on Ubuntu 20.04
Browse files Browse the repository at this point in the history
This test was failing before:
- FAIL cli_root/zfs_copies/zfs_copies_006_pos (expected PASS)

Signed-off-by: Tino Reichardt <[email protected]>
  • Loading branch information
mcmilk committed Aug 2, 2024
1 parent c8184d7 commit 91659d1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,5 +153,7 @@ function do_vol_test
log_must umount $mntp
fi

# Ubuntu 20.04 wants a sync here
log_must sync
log_must zfs destroy $vol
}

0 comments on commit 91659d1

Please sign in to comment.