diff options
author | Pavel Snajdr <[email protected]> | 2020-11-28 20:15:57 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-11-28 11:15:57 -0800 |
commit | 52c8537513652a9d424009cde03299e83a8c4467 (patch) | |
tree | cf181db98a2d4e2b8c1e8668cdc7f12e2f6cc859 /scripts/common.sh.in | |
parent | b2a54a28b5ebad7165bbf10bd4de8066a6bf335d (diff) |
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 <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Pavel Snajdr <[email protected]>
Closes #11156
Closes #11160
Closes #11224
Diffstat (limited to 'scripts/common.sh.in')
-rw-r--r-- | scripts/common.sh.in | 1 |
1 files changed, 1 insertions, 0 deletions
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= |