aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/zfs-tests.sh
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2018-12-13 12:25:04 -0800
committerBrian Behlendorf <[email protected]>2019-01-06 10:39:41 -0800
commit530248d1aab90356968570a44b26c92b7e190b8f (patch)
treea2f115478d0ffc8998fd9f7c2e337966cf12c0ef /scripts/zfs-tests.sh
parent6e72a5b9b61066146deafda39ab8158c559f5f15 (diff)
arc_summary: consolidate test case
Since we're only installing one version of arc_summary we only need one test case. Update the test to determine which version is available and then test its supported flags. Remove files for misc tests which should have been cleaned up. Reviewed-by: John Ramsden <[email protected]> Reviewed-by: Neal Gompa <[email protected]> Reviewed-by: loli10K <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]> Closes #8096
Diffstat (limited to 'scripts/zfs-tests.sh')
-rwxr-xr-xscripts/zfs-tests.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/zfs-tests.sh b/scripts/zfs-tests.sh
index cc80909ff..f00a28484 100755
--- a/scripts/zfs-tests.sh
+++ b/scripts/zfs-tests.sh
@@ -247,6 +247,10 @@ constrain_path() {
ln -fs "$STF_PATH/gunzip" "$STF_PATH/uncompress"
ln -fs "$STF_PATH/exportfs" "$STF_PATH/share"
ln -fs "$STF_PATH/exportfs" "$STF_PATH/unshare"
+
+ if [ -L "$STF_PATH/arc_summary3" ]; then
+ ln -fs "$STF_PATH/arc_summary3" "$STF_PATH/arc_summary"
+ fi
}
#