aboutsummaryrefslogtreecommitdiffstats
path: root/tests/zfs-tests/include
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2016-11-04 21:10:17 +0000
committerBrian Behlendorf <[email protected]>2016-11-07 10:26:17 -0800
commit61f9b2cd12a34dcc98e1c94d2988d561ff847b7b (patch)
tree4a5505d0c620b3b7bab581a3f8b64a45dd2e9ac8 /tests/zfs-tests/include
parent1ad9de6d08f8c0261094d322a4507a5cbbb53e66 (diff)
Replace ISAINFO with is_32bit function
The isainfo(1) utility was used by the ZFS Test Suite to determine when running on a 32-bit platform. This non-portable check has been replaced with an is_32bit helper function which uses getconf(1). The getconf(1) utility is available for Linux, FreeBSD, and Illumos. Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'tests/zfs-tests/include')
-rw-r--r--tests/zfs-tests/include/commands.cfg.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/zfs-tests/include/commands.cfg.in b/tests/zfs-tests/include/commands.cfg.in
index e7fb5ff13..c8733e970 100644
--- a/tests/zfs-tests/include/commands.cfg.in
+++ b/tests/zfs-tests/include/commands.cfg.in
@@ -48,7 +48,6 @@ export HEAD="@HEAD@"
export HOSTNAME="@HOSTNAME@"
export ID="@ID@"
export IOSTAT="@IOSTAT@"
-export ISAINFO="@ISAINFO@"
export KILL="@KILL@"
export KSH="@KSH@"
export KSTAT="@KSTAT@"