Skip to content

Commit b8e09c7

Browse files
authored
ZTS: remove empty zpool_add--allow-ashift-mismatch test
Added in b1e46f8, but empty, so no point keeping it around. Sponsored-by: https://despairlabs.com/sponsor/ Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: George Melikov <[email protected]> Signed-off-by: Rob Norris <[email protected]> Closes #16931
1 parent 18c67d2 commit b8e09c7

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

tests/runfiles/common.run

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,8 +387,7 @@ tags = ['functional', 'cli_root', 'zpool']
387387
tests = ['zpool_add_001_pos', 'zpool_add_002_pos', 'zpool_add_003_pos',
388388
'zpool_add_004_pos', 'zpool_add_006_pos', 'zpool_add_007_neg',
389389
'zpool_add_008_neg', 'zpool_add_009_neg', 'zpool_add_010_pos',
390-
'add-o_ashift', 'add_prop_ashift', 'zpool_add_dryrun_output',
391-
'zpool_add--allow-ashift-mismatch']
390+
'add-o_ashift', 'add_prop_ashift', 'zpool_add_dryrun_output']
392391
tags = ['functional', 'cli_root', 'zpool_add']
393392

394393
[tests/functional/cli_root/zpool_attach]

tests/zfs-tests/tests/Makefile.am

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -998,7 +998,6 @@ nobase_dist_datadir_zfs_tests_tests_SCRIPTS += \
998998
functional/cli_root/zpool_add/add_prop_ashift.ksh \
999999
functional/cli_root/zpool_add/cleanup.ksh \
10001000
functional/cli_root/zpool_add/setup.ksh \
1001-
functional/cli_root/zpool_add/zpool_add--allow-ashift-mismatch.ksh \
10021001
functional/cli_root/zpool_add/zpool_add_001_pos.ksh \
10031002
functional/cli_root/zpool_add/zpool_add_002_pos.ksh \
10041003
functional/cli_root/zpool_add/zpool_add_003_pos.ksh \

tests/zfs-tests/tests/functional/cli_root/zpool_add/zpool_add--allow-ashift-mismatch.ksh

Whitespace-only changes.

0 commit comments

Comments
 (0)