Lines Matching refs:arch
834 atf_set "descr" "Tests that atf-run validates the require.arch property"
842 arch=$(atf-config -t atf_arch)
844 -v arch="${arch}" helper
846 -v arch="foo ${arch}" helper
848 -v arch="${arch} foo" helper
851 arch=fictitious
854 -v arch="${arch}" helper
856 -v arch="foo ${arch}" helper
858 -v arch="${arch} foo" helper
862 -e ignore atf-run -v arch="foo" helper
865 atf-run -v arch="foo bar" helper
868 -e ignore atf-run -v arch="${arch}xxx" helper