From 52c8537513652a9d424009cde03299e83a8c4467 Mon Sep 17 00:00:00 2001 From: Pavel Snajdr Date: Sat, 28 Nov 2020 20:15:57 +0100 Subject: zpool_influxdb: move to libexec dir Move the zpool_influxdb command to /usr/libexec/zfs, and include the /usr/libexec/zfs path in the system search directory when running the test suite. Reviewed-by: Richard Elling Reviewed-by: Brian Behlendorf Signed-off-by: Pavel Snajdr Closes #11156 Closes #11160 Closes #11224 --- scripts/common.sh.in | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/common.sh.in') diff --git a/scripts/common.sh.in b/scripts/common.sh.in index 2d9d9c786..8268315b3 100644 --- a/scripts/common.sh.in +++ b/scripts/common.sh.in @@ -3,6 +3,7 @@ # Directories export BIN_DIR= export SBIN_DIR= +export LIBEXEC_DIR= export ZTS_DIR= export SCRIPT_DIR= -- cgit v1.2.3