mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-06-27 03:27:35 +03:00

Commit a887d653
updated the dbufstats such that escalated privileges
are required. Since all tests under cli_user are run with normal
privileges move this test case to a location where it will be run
required privileges.
Reviewed-by: John Kennedy <john.kennedy@delphix.com>
Reviewed-by: Ryan Moeller <ryan@ixsystems.com>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #9118
Closes #9196
8 lines
191 B
Makefile
8 lines
191 B
Makefile
pkgdatadir = $(datadir)/@PACKAGE@/zfs-tests/tests/functional/arc
|
|
dist_pkgdata_SCRIPTS = \
|
|
cleanup.ksh \
|
|
setup.ksh \
|
|
dbufstats_001_pos.ksh \
|
|
dbufstats_002_pos.ksh \
|
|
dbufstats_003_pos.ksh
|