# This test segfaults on i386 for some unknown reason, so
# we only run this test on amd64.  The top-level test runs
# fine on i386, though, so this is a little bizarre.
if [ $(dpkg --print-architecture) = amd64 ]
then
    mocha tests/*.mocha.js
fi
