diff options
author | Ka Ho Ng <[email protected]> | 2021-08-22 23:22:07 +0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2021-08-30 13:33:32 -0700 |
commit | c3cb57ae47b316122565be37e233bab4c6d1daf9 (patch) | |
tree | 452130ebb1d0ce71be00abced3604015d7c29638 /tests/runfiles/linux.run | |
parent | f3bbeb970e03cfc8e7b2d90702e3f471668b3ef8 (diff) |
ZTS: Enable punch-hole tests on FreeBSD
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Alexander Motin <[email protected]>
Reviewed-by: Ryan Moeller <[email protected]>
Signed-off-by: Ka Ho Ng <[email protected]>
Sponsored-by: The FreeBSD Foundation
Closes #12458
Diffstat (limited to 'tests/runfiles/linux.run')
-rw-r--r-- | tests/runfiles/linux.run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runfiles/linux.run b/tests/runfiles/linux.run index 642ed824d..b7831c3ac 100644 --- a/tests/runfiles/linux.run +++ b/tests/runfiles/linux.run @@ -94,7 +94,7 @@ tests = ['events_001_pos', 'events_002_pos', 'zed_rc_filter', 'zed_fd_spill'] tags = ['functional', 'events'] [tests/functional/fallocate:Linux] -tests = ['fallocate_prealloc', 'fallocate_punch-hole'] +tests = ['fallocate_prealloc'] tags = ['functional', 'fallocate'] [tests/functional/fault:Linux] |