Index: tests/sys/geom/class/uzip/1_test.sh =================================================================== --- tests/sys/geom/class/uzip/1_test.sh +++ tests/sys/geom/class/uzip/1_test.sh @@ -4,6 +4,13 @@ testsdir=$(dirname $0) . $testsdir/conf.sh +# Check host endiannes +endian=$(echo I | tr -d "[:space:]" | od -to2 | head -n1 | awk '{print $2}' | cut -c6) +if [ "$endian" == "0" ]; then + echo '1..0 # SKIP big-endian systems are not supported by this test' + exit 0 +fi + echo "1..1" UUE=$testsdir/1.img.uzip.uue