#!/bin/sh . $(dirname "$0")/driver.sh test_group "path target selection tests" arch=$(arch 2>/dev/null) do_skip () { if [ "$arch" != "x86_64" ] ; then test_skip fi } test_result 0 <