1#!/bin/ksh -p
2# SPDX-License-Identifier: 0BSD
3
4. $STF_SUITE/include/libtest.shlib
5
6#
7# DESCRIPTION:
8# zfs list -t used to accept getsubopt(3)-style filesystem=whatever;
9# it doesn't anymore
10#
11
12log_mustnot zfs list -t filesystem=getsubopt
13
14log_pass "'zfs list -t' doesn't accept =getsubopt suffixes."
15