diff options
Diffstat (limited to 'scripts/common.sh.in')
-rw-r--r-- | scripts/common.sh.in | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/scripts/common.sh.in b/scripts/common.sh.in deleted file mode 100644 index 33669457f415..000000000000 --- a/scripts/common.sh.in +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/sh - -# Directories -export BIN_DIR= -export SBIN_DIR= -export LIBEXEC_DIR= -export ZTS_DIR= -export SCRIPT_DIR= - -# General commands -export ZDB="${ZDB:-$SBIN_DIR/zdb}" -export ZFS="${ZFS:-$SBIN_DIR/zfs}" -export ZPOOL="${ZPOOL:-$SBIN_DIR/zpool}" -export ZTEST="${ZTEST:-$SBIN_DIR/ztest}" -export ZFS_SH="${ZFS_SH:-$SCRIPT_DIR/zfs.sh}" - -# Test Suite -export RUNFILE_DIR="${RUNFILE_DIR:-$ZTS_DIR/runfiles}" -export TEST_RUNNER="${TEST_RUNNER:-$ZTS_DIR/test-runner/bin/test-runner.py}" -export ZTS_REPORT="${ZTS_REPORT:-$ZTS_DIR/test-runner/bin/zts-report.py}" -export STF_TOOLS="${STF_TOOLS:-$ZTS_DIR/test-runner}" -export STF_SUITE="${STF_SUITE:-$ZTS_DIR/zfs-tests}" |