summaryrefslogtreecommitdiff
path: root/tests/t-lib-helpers.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/t-lib-helpers.sh')
-rw-r--r--tests/t-lib-helpers.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/t-lib-helpers.sh b/tests/t-lib-helpers.sh
index 9312343..dddb44e 100644
--- a/tests/t-lib-helpers.sh
+++ b/tests/t-lib-helpers.sh
@@ -411,7 +411,7 @@ device_mapper_required_()
require_64bit_()
{
case $(uname -m) in
- x86_64|ppc64)
+ aarch64|mips64|ppc64|x86_64)
return 0;;
*)
skip_ "This test requires a 64 bit system"