mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-06-01 03:34:10 +03:00
tests: validate getsubopt(3) expulsion
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #12996
This commit is contained in:
@@ -6,6 +6,7 @@ dist_pkgdata_SCRIPTS = \
|
||||
zfs_list_002_pos.ksh \
|
||||
zfs_list_003_pos.ksh \
|
||||
zfs_list_004_neg.ksh \
|
||||
zfs_list_005_neg.ksh \
|
||||
zfs_list_007_pos.ksh \
|
||||
zfs_list_008_neg.ksh
|
||||
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
#!/bin/ksh -p
|
||||
# SPDX-License-Identifier: 0BSD
|
||||
|
||||
. $STF_SUITE/include/libtest.shlib
|
||||
|
||||
#
|
||||
# DESCRIPTION:
|
||||
# zfs list -t used to accept getsubopt(3)-style filesystem=whatever;
|
||||
# it doesn't anymore
|
||||
#
|
||||
|
||||
log_mustnot zfs list -t filesystem=getsubopt
|
||||
|
||||
log_pass "'zfs list -t' doesn't accept =getsubopt suffixes."
|
||||
Reference in New Issue
Block a user